|
|
|
|
|
by hodgesrm
409 days ago
|
|
How is this better than using ReplacingMergeTree in ClickHouse? RMT dedups automatically albeit with a potential cost at read time and extra work to design schema for performance. The latter requires knowledge of the application to do correctly. You need to ensure that keys always land in the same partition or dedup becomes incredibly expensive for large tables. These are issues to be sure but have the advantage that the behavior is relatively easy to understand. Edit: clarity |
|