Postgres Query Review

Review PostgreSQL queries (SQL) from performance and correctness angles. Inspect execution-plan interpretation, index usability, join method/order, sort/aggregate cost, pagination, parameter binding, and anti-patterns. Use when writing/modifying SQL or diagnosing slow queries. Applies the principles of "Friendly SQL Tuning", verified against the official PostgreSQL documentation.

ch4570 f524b10 7 files · 28.1 KB Updated

File contents

ch4570/vulpora/tree/main/skills/postgres-query-review commit f524b104fa

Frequently asked questions

npx skillmds@latest add ch4570/postgres-query-review