v.22.8Improvement
Add result_rows and result_bytes to progress reports
Add result_rows and result_bytes to progress reports (X-ClickHouse-Summary). #39567 (Raúl Marín).Why it matters
To provide users with more detailed and immediate insights into query execution progress by including the number of result rows and the amount of result bytes processed, enhancing monitoring and resource usage tracking.How to use it
When executing queries via HTTP interface, inspect theX-ClickHouse-Summary header in the response; it now includes additional fields result_rows and result_bytes which report the current progress metrics.