Query Plan

0001-01-01

Reading EXPLAIN

EXPLAIN reveals the plan PostgreSQL chose without running the query. Reading cost, row estimates, and node type fluently is the starting point for all query analysis.

2019-11-06

PostgreSQL Query Plan Visualizer