Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
PostgreSQL Optimization logo
Skill

PostgreSQL Optimization

PostgreSQL-specific query, index and data-type guidance for a schema you already have.

0
SaveVisit website ↗

Install

gh skills install github/awesome-copilot postgresql-optimization
Triggers on

PostgreSQL şeması ya da sorgusu gözden geçirilirken, sorgu yavaşladığında veya JSONB, dizi, aralık gibi Postgres'e özgü tipler tasarlanırken

Needs tools
Read
Author
Shubham Gaikwad
License
MIT

Leans on the parts of Postgres a generic SQL assistant tends to ignore: JSONB containment queries behind a GIN index, array operators, range and geometric types, custom domains, full-text search and window functions. The performance half runs on EXPLAIN (ANALYZE, BUFFERS) for individual queries and pg_stat_statements for finding which ones matter, alongside index strategy, partial indexes, connection and memory settings, and routine VACUUM and ANALYZE. Closes with a checklist and worked patterns for pagination, aggregation and JSON access.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?