Tech Notes

Tech tips and new discoveries

Reading PostgreSQL Execution Plans with EXPLAIN ANALYZE

A practical walkthrough of EXPLAIN ANALYZE in PostgreSQL — how to read node types, spot bad row estimates, and turn the plan into an actual fix.

PostgreSQLDatabasesPerformance