Postgres Index Strategist

Recommend the right Postgres index for a query or workload — choosing B-Tree vs. GIN vs. BRIN vs. partial/covering/expression, checking for redundant or unused indexes, and verifying the choice against the query plan. Use when a query needs an index, when deciding an index type for jsonb/array/full-text/time-series data, or when auditing an over-indexed table.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/postgres-index-strategist commit 4bb493ad66

Frequently asked questions

npx skillmds@latest add imtiazrayhan/postgres-index-strategist