Query Optimization

Make one slow query fast without guessing — capture the plan, find where the time actually goes, change one thing, and measure again on comparable data. Use when a query, endpoint or report is slow and the database is the suspect, when a plan needs reading, or when someone proposes an index with no evidence. Not for modelling decisions about tables and constraints, not an engine feature reference, and not for system-wide performance work where the database has not yet been shown to be the bottleneck.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/database/query-optimization commit 3b46e6f401

Frequently asked questions

npx skillmds@latest add nahid-sparktales/query-optimization