SWESPOT

Query Plans

Reading EXPLAIN, spotting the sequential scan that matters, and fixing statistics rather than guessing.

2 articles

Using EXPLAIN

Listed inQuery PlansDatabaseson

The PostgreSQL manual on reading a query plan: node types, cost units, and what ANALYZE adds to the picture.

External
PostgreSQL · postgresql.org
#databases
#performance

Query Plans

Listed inQuery PlansDatabaseson

Reading EXPLAIN, spotting the sequential scan that matters, and fixing statistics rather than guessing.

Advanced9 minDraft
#performance