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).
Extended the system.processors_profile_log table to include additional details such as input rows processed by the processors.

Why it matters

This enhancement provides deeper insights into query processing by logging more detailed statistics in system.processors_profile_log, helping users better understand data flow and performance characteristics of their queries.

How to use it

Users can query the enriched system.processors_profile_log system table directly to access the new columns like input rows. No special configuration or enabling is required.