Database Tools

Visualize Complex SQL Execution Plans

Paste your PostgreSQL, MySQL, or SQL Server execution plan and instantly get an interactive flowchart highlighting bottlenecks, costs, and optimization opportunities.

Seq Scan
cost=0.00..4321.00
⚠ High Cost
Hash Join
cost=120.00..890.00
◆ Medium Cost
Index Scan
cost=0.43..8.45
✓ Optimal
3 Databases
PostgreSQL, MySQL, SQL Server
D3.js Charts
Interactive flowcharts
Bottleneck Detection
Instant cost analysis
Drill-Down
Node-level details

Simple Pricing

One plan. Everything included.

Pro
$18
/month
  • Unlimited execution plan uploads
  • PostgreSQL, MySQL & SQL Server support
  • Interactive D3.js flowcharts
  • Bottleneck & cost highlighting
  • Drill-down node inspection
  • Export diagrams as PNG/SVG
Start for $18/mo

FAQ

Which databases are supported?
We support PostgreSQL (EXPLAIN ANALYZE output), MySQL (EXPLAIN FORMAT=JSON), and SQL Server (XML execution plans). More databases are on the roadmap.
How do I get my execution plan?
Run EXPLAIN ANALYZE <your query> in PostgreSQL, EXPLAIN FORMAT=JSON <your query> in MySQL, or enable 'Include Actual Execution Plan' in SQL Server Management Studio, then paste the output.
Can I cancel anytime?
Yes. Your subscription is month-to-month with no long-term commitment. Cancel anytime from your billing portal and you keep access until the end of the billing period.