SQL Optimizer

Diagnose a slow SQL query from its execution plan and propose a verified optimization — finding the real bottleneck (sequential scan, missing or unused index, bad join order, app-side N+1) and measuring the fix before and after. Use when a query is slow and you need a fix backed by EXPLAIN ANALYZE, not a guess.

imtiazrayhan 594c3dc 7.4 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/sql-optimizer commit 594c3dc7d3

Frequently asked questions

npx skillmds@latest add imtiazrayhan/sql-optimizer