v.18.12New Feature
System Query Log and Processes Tables Updated with Thread Count Information
Thesystem.query_logandsystem.processestables now show information about the number of threads that are participating in query execution (see thethread_numberscolumn). #2482
Why it matters
This feature provides insight into the parallelism and threading behavior of queries, allowing users to better monitor and analyze query execution performance across multiple threads.How to use it
Users can query thesystem.query_log and system.processes tables and include the thread_numbers column in their SELECT statements to see how many threads are used for each query.