EXPLAIN Plan Reader

Read a captured EXPLAIN ANALYZE plan, name the single bottleneck node, and prescribe a targeted fix for it. Use when a specific query is slow and you have (or can capture) its execution plan from Postgres or MySQL and need to know WHICH node is burning the time and why.

SkillMedev d18b86b 4.8 KB Updated

File contents

SkillMedev/database-performance/tree/main/skills/explain-plan-reader commit d18b86bf48

Frequently asked questions

npx skillmds@latest add skillmedev/explain-plan-reader