-
Notifications
You must be signed in to change notification settings - Fork 590
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
Use explain (distsql, format dot)
for dashboard to visualize graph
#19542
Comments
explain (format dot)
for dashboard to visualize graphexplain (distsql, format dot)
for dashboard to visualize graph
can i take this? |
Assigned, thanks! |
You can open 2 separate PRs. One for explain format dot distsql. Another for the dashboard changes. |
May not relate to this issue directly, just checked out the explain function on dashboard, from a user point of view - I felt like its easier to write the explain (distsql) xxx and get the graph output. Currently i have to paste the output json from terminal to the ui. |
We can change this panel to a more general "render graphviz" panel. It can be used to render all kinds of explain queries. |
https://risingwave-labs.slack.com/archives/C034U0NH5ND/p1732267878599779?thread_ts=1732168127.133129&cid=C034U0NH5ND
Current the RW dashboard has a graph for distributed plan:
We can replace this with
explain (format dot, distsql)
and render it with graphviz.We might not support
distsql + format dot
yet. This is a prerequisite for this task.The text was updated successfully, but these errors were encountered: