v.1.1.54378New Feature

query_id Usage in clickhouse-client (elBroom)

The query_id can be passed to clickhouse-client (elBroom).
Allows users to pass the query_id parameter to the clickhouse-client tool.

Why it matters

This feature provides the ability to specify a custom query_id when executing queries through clickhouse-client. It improves query tracking, debugging, and management by enabling the association of queries with specific identifiers.

How to use it

When running queries using clickhouse-client, users can pass the query_id parameter to assign a custom ID to their query. This is done by adding the --query_id='your_query_id' option to the command line.