Postgresql Query Optimization

Analyzes and optimizes slow PostgreSQL queries using EXPLAIN ANALYZE, pg_stat_statements, index recommendations, and planner configuration. Use when queries are slow, pg_stat_statements shows expensive queries, sequential scans occur on large tables, or after schema changes cause plan regressions.

rudi-bruchez Updated

File contents

rudi-bruchez/dba-skills/tree/main/skills/postgresql-query-optimization commit 8251700bb0

Frequently asked questions

npx skillmds@latest add rudi-bruchez/postgresql-query-optimization