v.23.9New Feature
Added peak_threads_usage to query_log table
Added peak_threads_usage to query_log table. #54335 (Alexey Gerasimchuck).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 thepeak_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.