v.23.8Backward Incompatible Changes
ClickHouse Benchmark Update: Concurrent Connections and QPS Calculation Improvements, JSON Output Option Removed
clickhouse-benchmarkwill establish connections in parallel when invoked with--concurrencymore than one. Previously it was unusable if you ran it with 1000 concurrent connections from Europe to the US. Correct calculation of QPS for connections with high latency. Backward incompatible change: the option for JSON output ofclickhouse-benchmarkis removed. If you've used this option, you can also extract data from thesystem.query_login JSON format as a workaround. #53293 (Alexey Milovidov).