PL

Plan Studio

Pro · Sponsor

From slow query to concrete fix.

EXPLAIN ANALYZE in a notebook cell opens interactive plan trees, flame graphs, and diff between runs. Index recommendations tie back to your schema.

All featuresHomepage
1 / 4
workspace / performanceEXPLAIN · plansPL

Run EXPLAIN from a notebook cell

CodeLens Explain Analyze appends a plan cell. Text plan for quick scan; Visual tab for structure.

EXPLAIN (ANALYZE, BUFFERS)
SELECT * FROM orders
WHERE created_at >= NOW() - INTERVAL '30 days';
Visual EXPLAINPlan diffFlame graphIndex hints