v.23.8Improvement
Add use_concurrency_control setting for improved concurrency testing
Add setting use_concurrency_control for better testing of the new concurrency control feature. #49618 (Alexey Milovidov).Why it matters
This setting enables improved testing and validation of the new concurrency control mechanism, helping to ensure reliable and efficient execution of concurrent operations within ClickHouse.How to use it
Users can enable the concurrency control feature by settinguse_concurrency_control to true in the server configuration or session settings before running queries to activate the new concurrency control behavior.