beekeeper-studio / beekeeper-studio

Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
https://www.beekeeperstudio.io
Other
16.12k stars 1.06k forks source link

FEAT: Show result of explain in visual tree/graph, similar to mysql workbench #1384

Open amitavaghosh1 opened 1 year ago

amitavaghosh1 commented 1 year ago

Right now, if I want to analyze query cost, The explain statement, needs to be understood. And for complex queries it gets difficult to keep track of everything.

It would be nice, if we could get a rendered tree/graph image showing the costs and other information.

Example can be found in mysqlworkbench.

rathboma commented 1 year ago

Yes! This is soon on my to-do list for sure.

Could you post a screenshot of what you'd like it to look like?

rathboma commented 3 weeks ago

image