v.23.10Improvement

Print Processor IDs in EXPLAIN More Clearly

Print processor ids in a prettier manner in EXPLAIN. #48852 (Vlad Seliverstov).
Improves the readability of processor IDs in the output of the EXPLAIN command by formatting them in a prettier manner.

Why it matters

The change aims to make the processor IDs in the EXPLAIN query output easier to read and understand, enhancing the user experience when analyzing query execution plans.

How to use it

Users automatically benefit from this improvement when running the EXPLAIN query command; no additional configuration or steps are required.