Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

SQL Optimizer

Diagnose a slow SQL query and produce a concrete optimization plan. Use when asked to optimize SQL, speed up a slow query, reduce a query's cost/scan, fix a timeout, or review a query plan. Produces an analysis — the likely bottleneck, what the plan is doing wrong (full scans, bad joins, spills), the specific rewrite and index/partition changes, and the expected impact, with the optimized query.

majiayu000 4d5cf7f 2 files · 5.2 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/other/sql-optimizer commit 4d5cf7f117

Frequently asked questions

npx skillmds add majiayu000/sql-optimizer-2