Logo PEV2 explain.dalibo.com PostgreSQL execution plan visualizer

Visualizing and understanding PostgreSQL EXPLAIN plans made easy.

For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)
psql users can export the plan to a file using:

psql -XqAt -f explain.sql > analyze.json

Don't want to send your plan over the internet?
You can also use the standalone version. It's simple all-included .html file that you can use locally.

Plans

You haven't submitted any plan yet.