Skip to content
New issue

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

Discussion: allow skip the null value in partial update CDC format from ScyllaDB/Cassandra #12709

Open
lmatz opened this issue Oct 9, 2023 · 1 comment

Comments

@lmatz
Copy link
Contributor

lmatz commented Oct 9, 2023

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.

@github-actions github-actions bot added this to the release-1.3 milestone Oct 9, 2023
@fuyufjh fuyufjh modified the milestones: release-1.3, release-1.4 Oct 10, 2023
@lmatz lmatz removed this from the release-1.4 milestone Nov 8, 2023
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants