SQL Optimizer

Analyzes SQL queries for missing indexes, N+1 patterns, suboptimal joins, and full table scans. Interprets EXPLAIN, detects anti-patterns, rewrites queries. Triggers on: "optimize this query", "slow query", "add indexes", "explain plan", "N+1 query", "why is this query slow".

mathews-tom b59faf5 6 files · 33.9 KB Updated

File contents

mathews-tom/armory/tree/main/skills/sql-optimizer commit b59faf56fd

Frequently asked questions

npx skillmds@latest add mathews-tom/sql-optimizer