v.23.5Improvement
Add initial_query_id field to processors_profile_log
Add initial_query_id field for system.processors_profile_log #49777 (helifu).Why it matters
This feature allows users to track the original query associated with processor profile logs. It improves the ability to correlate processor performance data with the initiating query, facilitating better query profiling and debugging.How to use it
Users can query thesystem.processors_profile_log system table and include the initial_query_id field to identify the initial query responsible for the logged processor activity.