v.1.1.54390Improvement

Faster Data Selection and ZooKeeper Session Recovery in ReplicatedMergeTree Tables

Faster selection of data parts for merging in ReplicatedMergeTree tables. Faster recovery of the ZooKeeper session (#2597).
Improved selection speed of data parts for merging in ReplicatedMergeTree tables and faster recovery of ZooKeeper sessions.

Why it matters

This feature enhances the performance of ReplicatedMergeTree tables by optimizing the process of selecting data parts for merges, which speeds up internal maintenance operations. Additionally, it reduces downtime by enabling quicker recovery of ZooKeeper sessions, ensuring better availability and stability of replicated tables.

How to use it

This improvement is applied automatically with the update to the new ClickHouse version and does not require any manual user configuration.