v.23.9New Feature

Added peak_threads_usage to query_log table

Added peak_threads_usage to query_log table. #54335 (Alexey Gerasimchuck).
Added the peak_threads_usage column to the query_log table in ClickHouse.

Why it matters

This feature provides enhanced monitoring by tracking the maximum number of threads used during query execution, helping users analyze resource utilization for their queries.

How to use it

Users can query the peak_threads_usage column in the system.query_log table to see the peak thread usage for completed queries as part of their standard query log analysis.