v.19.3New Features
Added Query-id to Server's HTTP Response Header
Why it matters
This feature allows users to easily track and identify queries by including theQuery-Id in the HTTP response headers. It improves query monitoring and debugging in HTTP client interactions.How to use it
When sending queries over HTTP to ClickHouse, the server response will include aQuery-Id header automatically. Users can read this header to obtain the unique identifier of the executed query.