v.1.1.54378New Feature
Configuration for Minimal Data Storage in Zookeeper with ReplicatedMergeTree
Configuration of the table level for theReplicatedMergeTreefamily in order to minimize the amount of data stored in Zookeeper: :use_minimalistic_checksums_in_zookeeper = 1
Why it matters
This feature aims to optimize resource usage and improve performance by minimizing the metadata size stored in ZooKeeper, which is used for coordination in replicated tables. By using minimalistic checksums, the storage overhead and synchronization cost in ZooKeeper are reduced, benefiting users with large-scale deployments or heavy replication.How to use it
Set the settinguse_minimalistic_checksums_in_zookeeper = 1 at the table level for ReplicatedMergeTree tables to enable minimalistic checksum usage in ZooKeeper.