Hacker News new | ask | show | jobs
by nrjames 602 days ago
We do overlapping inserts and let ReplacingMergeTree remove the duplicates. You can use the FINAL statement on select queries if you’re concerned about queries returning duplicates before the Clickhouse backend performs the deduplication mutation.
1 comments

Ah, great. Thanks for the info!