Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ikrush
Comment options

Answer selected by ikrush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants