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
You can also use the standalone version. It's simple all-included .html file that you can use locally.
Plans
-
created
You haven't submitted any plan yet.