Using Lightweight Deletion #466
Closed
kannan-k-s
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
RMT is the best option for OLTP workloads to CH |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you use kafka, there is no way to guarantee unique delivery because partition can be rebalanced. if CH goes down, the sink connector will resend what was not acked and may or may not be inserted. CH does not have unique constraints. RMT has the same perf as MT if you do not use final or if the data is merged . CH optimized a lot of final workloads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im just a newbie for clickhouse and looking way for syncing mysql and clickhouse.
The sink connector tool looks good, but i think the tool also has the ability to address the duplication problem in ReplacingMergeTree family tables.
Instead of waiting for the merge has to be done in background, why not we have a in sync light weight deletion in updates & deletion cases??
Beta Was this translation helpful? Give feedback.
All reactions