AI AGENT ADDONS

Sql Optimization Patterns

wshobson/agents
Databases
15,991installs

Slow database queries can slow down your whole application. SQL optimization makes them fast. This skill teaches you how to use indexes, analyze EXPLAIN plans, and fix common problems like N+1 queries. You will learn to design better database schemas and improve application performance.

Database administrators and developers can use these patterns to reduce load and costs. The skill covers B-Tree, GIN, and other index types. It also shows how to write efficient JOINs and avoid slow practices like SELECT *.

Start with query execution plans and work through real examples. Master these techniques and your queries will run in milliseconds instead of minutes.

Add Sql Optimization Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/sql-optimization-patterns

Project

mkdir -p .claude/skills/sql-optimization-patterns

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago