v.19.14New Feature

Turn on Query Profiler by Default to Sample Every Query Execution Thread Once a Second

Turn on query profiler by default to sample every query execution thread once a second. #6283 (alexey-milovidov)
The query profiler is now enabled by default in ClickHouse, sampling each query execution thread once every second.

Why it matters

This feature provides continuous lightweight profiling of query execution, helping users to monitor and diagnose query performance issues without manual activation. Enabling it by default increases observability and simplifies performance analysis.

How to use it

The query profiler runs automatically for every query execution thread at a sampling interval of one second. Users do not need to enable any settings to start benefiting from query profiling.