v.24.9Improvement
Add plan_step_name and plan_step_description columns to system.processors_profile_log
Addplan_step_nameandplan_step_descriptioncolumns tosystem.processors_profile_log. #68954 (Alexander Gololobov).
Why it matters
This feature enhances query profiling by providing detailed information about each execution plan step directly in thesystem.processors_profile_log table. It helps users better understand query execution stages and optimize performance.How to use it
Users can query thesystem.processors_profile_log system table to access the new plan_step_name and plan_step_description columns as part of their query profiling analysis without any additional configuration.