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).
Introduces a new setting use_concurrency_control to facilitate testing of the concurrency control feature in ClickHouse.

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 setting use_concurrency_control to true in the server configuration or session settings before running queries to activate the new concurrency control behavior.