v.1.1.54378New Feature
query_id Usage in clickhouse-client (elBroom)
Thequery_idcan be passed toclickhouse-client(elBroom).
Why it matters
This feature provides the ability to specify a customquery_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 usingclickhouse-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.