v.1.1.54370Improvement
Improved Data Insertion Efficiency in Replicated Tables with ZooKeeper Logs
When inserting data in aReplicatedtable, fewer requests are made toZooKeeper(and most of the user-level errors have disappeared from theZooKeeperlog).
Why it matters
This feature addresses the problem of excessiveZooKeeper requests and numerous user-level errors appearing in the ZooKeeper logs when inserting data into Replicated tables. By minimizing these requests, it improves system efficiency and log clarity, enhancing the overall reliability and performance of data replication in ClickHouse.How to use it
Users benefit from this improvement automatically when inserting data intoReplicated tables; no additional configuration or changes are required.