v.20.3Improvement

Allow setting query_id in clickhouse-benchmark

Allow to set query_id in clickhouse-benchmark #9416 (Anton Popov)
Allow setting a custom query_id in clickhouse-benchmark.

Why it matters

This feature enables users to specify the query_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 the query_id by using the new option provided in clickhouse-benchmark. This allows explicitly assigning a query_id to benchmark queries when executing benchmark tests.