flink-connector-clickhouse icon indicating copy to clipboard operation
flink-connector-clickhouse copied to clipboard

Proposal to use ReplacingMergeTree for handling updates/deletes.

Open subkanthi opened this issue 1 year ago • 1 comments

We have an implemention in the https://github.com/Altinity/clickhouse-sink-connector Kafka sink connector where updates/deletes are handled in ReplacingMergeTree.

Deletes can be handled on the newer ReplacingMergeTree with the is_deleted column.

Happy to submit PR.

subkanthi avatar Jul 21 '23 21:07 subkanthi

@subkanthi Thank you, I will study it.

itinycheng avatar Jul 24 '23 08:07 itinycheng