We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://debezium.io/documentation/reference/stable/connectors/cassandra.html
Other databases' CDC format includes all the columns and their new values after the update.
But ScyllaDB/Cassandra can choose to present as partial updates, e.g. associate a null value with columns that are not changed.
The partial update requires RW to read the old row so that it can compose a full new row to be encoded and written into the storage.
Otherwise, ScyllaDB/Cassandra will incur extra reads on their side when CDC.
The text was updated successfully, but these errors were encountered:
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.
Sorry, something went wrong.
No branches or pull requests
https://debezium.io/documentation/reference/stable/connectors/cassandra.html
Other databases' CDC format includes all the columns and their new values after the update.
But ScyllaDB/Cassandra can choose to present as partial updates, e.g. associate a null value with columns that are not changed.
The partial update requires RW to read the old row so that it can compose a full new row to be encoded and written into the storage.
Otherwise, ScyllaDB/Cassandra will incur extra reads on their side when CDC.
The text was updated successfully, but these errors were encountered: