v.23.6Performance Improvement
Improved Merge Scheduling and Cleanup Tasks in ReplicatedMergeTree
Improved scheduling of merge selecting and cleanup tasks inReplicatedMergeTree. The tasks will not be executed too frequently when there's nothing to merge or cleanup. Added settingsmax_merge_selecting_sleep_ms,merge_selecting_sleep_slowdown_factor,max_cleanup_delay_periodandcleanup_thread_preferred_points_per_iteration. It should close #31919. #50107 (Alexander Tokmakov).