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).Why it matters
This feature enhances the performance ofReplicatedMergeTree 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.