v.22.5upgrade-notes
Disable log_query_threads Setting by Default
Disablelog_query_threadssetting by default. It controls the logging of statistics about every thread participating in query execution. After supporting asynchronous reads, the total number of distinct thread ids became too large, and logging into thequery_thread_loghas become too heavy. #37077 (Alexey Milovidov).