Planora – Visualize MySQL Explain

  • Posted 3 hours ago by blake_anderson
  • 1 points
I 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.planora

0 comments