v.21.8New Feature
Render Pipelines as Graphs in Web UI with EXPLAIN PIPELINE Query
Render pipelines as graphs in Web UI if EXPLAIN PIPELINE graph = 1 query is submitted. #26067 (alexey-milovidov).Why it matters
This feature helps users visualize the execution pipeline of their queries, making it easier to understand, debug, and optimize query performance by representing the pipeline as a graph in the Web UI.How to use it
To use this feature, run your query with the following syntax:EXPLAIN PIPELINE graph = 1This will display the execution pipeline graphically in the ClickHouse Web UI.