Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of plan optimization #39

Open
jiangzhe opened this issue Feb 11, 2022 · 1 comment
Open

Visualization of plan optimization #39

jiangzhe opened this issue Feb 11, 2022 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@jiangzhe
Copy link
Owner

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 jiangzhe added the feature New feature or request label Feb 11, 2022
@jiangzhe jiangzhe self-assigned this Feb 11, 2022
@jiangzhe
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant