v.20.3Improvement
Allow setting query_id in clickhouse-benchmark
Allow to setquery_idinclickhouse-benchmark#9416 (Anton Popov)
Why it matters
This feature enables users to specify thequery_id when running benchmarks with clickhouse-benchmark. It helps in identifying, tracking, and filtering benchmark queries more effectively in logs and system tables, improving performance analysis and debugging.How to use it
Users can set thequery_id by using the new option provided in clickhouse-benchmark. This allows explicitly assigning a query_id to benchmark queries when executing benchmark tests.