xngin icon indicating copy to clipboard operation
xngin copied to clipboard

Visualization of plan optimization

Open jiangzhe opened this issue 3 years ago • 1 comments

Visualize the query plan as a graph helps a lot when understanding and debugging the optimization plan with many rules to apply. petgraph is preferred. A minimal web console is also required.

jiangzhe avatar Feb 11 '22 07:02 jiangzhe

Currently using dot to generate the dot file on the fly is already sufficient. Introducing a full featured graph library may be too heavy.

jiangzhe avatar Feb 11 '22 21:02 jiangzhe