v.23.5Performance Improvement
Introduced New Settings for Memory Management and Vertical Merges in ClickHouse
Introduced settings: -merge_max_block_size_bytesto limit the amount of memory used for background operations. -vertical_merge_algorithm_min_bytes_to_activateto add another condition to activate vertical merges. #49313 (Nikita Mikhaylov).