v.24.9Experimental Feature
Improved Algorithmic Complexity for Part Deduplication in Parallel Replica Announcement Handling
Previously the algorithmic complexity of part deduplication logic in parallel replica announcement handling was O(n^2) which could take noticeable time for tables with many part (or partitions). This change makes the complexity O(n*log(n)). #69596 (Alexander Gololobov).