Planora – Visualize MySQL Explain1 points·by blake_anderson·4 mesi fa·1 commentsI built Planora to make MySQL EXPLAIN (especially JSON format) easier to understand.Instead of raw EXPLAIN output, it shows: - Join tree - Join path with estimated rows - Query risk score - Diagnostics (scan / join / sort issues) - Index suggestions (ready-to-run DDL)The goal is to make query optimization less “guessing” and more structured.Currently it's available as a VSCode extension.Calling all developers and SQL performance enthusiasts! I'd value your feedback—give it a spin and share your thoughts.GitHub: https://github.com/blakeandersondev/planora-vscode VSCode Marketplace:https://marketplace.visualstudio.com/items?itemName=Planora.planora1 commentsPost comment[–]nethalo·4 mesi fareplyLooks great. Could it be that the github repo is private? i got a 404 not found
Instead of raw EXPLAIN output, it shows: - Join tree - Join path with estimated rows - Query risk score - Diagnostics (scan / join / sort issues) - Index suggestions (ready-to-run DDL)
The goal is to make query optimization less “guessing” and more structured.
Currently it's available as a VSCode extension.
Calling all developers and SQL performance enthusiasts! I'd value your feedback—give it a spin and share your thoughts.
GitHub: https://github.com/blakeandersondev/planora-vscode VSCode Marketplace:
https://marketplace.visualstudio.com/items?itemName=Planora.planora