Query Plan Analyzer

Read a slow query's execution plan and turn it into a concrete fix — the exact index to add, the rewrite, or the ANALYZE to run — by getting the REAL plan with EXPLAIN ANALYZE (actual rows + timing, not estimates), finding the offending node, and confirming the fix removes it. Use when one specific query is slow and you need to know WHY, not just that it is.

imtiazrayhan ee83d56 8.0 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/query-plan-analyzer commit ee83d56481

Frequently asked questions

npx skillmds@latest add imtiazrayhan/query-plan-analyzer