v.25.8New Feature
Enable a mode with a gradual
Adds an option--max-concurrencyfor theclickhouse-benchmarktool that enables a mode with a gradual increase in the number of parallel queries. #85623 (Sergei Trifonov).
Why it matters
This feature enables users to simulate and measure ClickHouse performance under increasing concurrency levels within a single benchmark run. It helps in understanding how the system behaves as the number of parallel queries grows, allowing better tuning and resource allocation.How to use it
Use theclickhouse-benchmark tool with the --max-concurrency option followed by the desired maximum number of parallel queries. The tool will then incrementally increase concurrency up to this maximum during the benchmark execution.