v.22.8Improvement
Extend system.processors_profile_log with additional input rows information
Extend the system.processors_profile_log with more information such as input rows. #40121 (Amos Bird).Why it matters
This enhancement provides deeper insights into query processing by logging more detailed statistics insystem.processors_profile_log, helping users better understand data flow and performance characteristics of their queries.How to use it
Users can query the enrichedsystem.processors_profile_log system table directly to access the new columns like input rows. No special configuration or enabling is required.