Writing Performant Queries

Guides evidence-first Postgres query diagnosis when an API or database becomes slow, an expensive query must be found, EXPLAIN must be used safely, the planner ignores an index, statistics may be stale, or a filter-and-sort query needs an index.

pumarogie 5c9760b 4.5 KB Updated

File contents

pumarogie/claude-postgres-skills/tree/main/skills/writing-performant-queries commit 5c9760b260

Frequently asked questions

npx skillmds@latest add pumarogie/writing-performant-queries