v.23.5Performance Improvement

Introduced New Settings for Memory Management and Vertical Merges in ClickHouse

Introduced settings: - merge_max_block_size_bytes to limit the amount of memory used for background operations. - vertical_merge_algorithm_min_bytes_to_activate to add another condition to activate vertical merges. #49313 (Nikita Mikhaylov).