-
When I delete multiple records in the central database, they are replicated to all the 'child' databases ignoring the 'where' condition, even if they do not apply to those databases. Is it possible to filter the deleted records that are synchronized with each database? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem with deleted rows, that is not handled by DMS correctly, is that when a row is deleted, the only things we have in the tracking tables it the primary key of this row (row to be deleted) |
Beta Was this translation helpful? Give feedback.
The problem with deleted rows, that is not handled by DMS correctly, is that when a row is deleted, the only things we have in the tracking tables it the primary key of this row (row to be deleted)
We can't know then if a client needs to delete this row or not, because we can't apply the filter only on a primary key.
That's why every deleted rows are always sent to all clients, just in case.