v.22.8Performance Improvement
Added Concurrency Control with concurrent_threads_soft_limit Parameter for Improved Performance
Added concurrency control logic to limit total number of concurrent threads created by queries. #37558 (Sergei Trifonov). Add concurrent_threads_soft_limit parameter to increase performance in case of high QPS by means of limiting total number of threads for all queries. #37285 (Roman Vasin).