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

SQL Optimization Patterns

Reads the query plan before touching the query.

0
SaveVisit website ↗

Install

Ships scripts
/plugin marketplace add wshobson/agents; /plugin install developer-essentials
Triggers on

When a query is slow, an index is missing, or database load needs to come down.

Author
wshobson
License
MIT

The starting point is always EXPLAIN output: which access path the planner chose, where the row estimate diverges from reality, which index it declined to use. From there the skill works through index design, rewriting predicates that block index use, and the N+1 pattern that ORMs produce quietly. The aim is a measured before-and-after, not a guessed rewrite.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?