SQL Plan Audit

Run EXPLAIN QUERY PLAN against every query in a sqlc-style catalog and diff the plans against a baseline. Detects new full-table SCANs and TEMP B-TREE sort scans introduced by PRs. SQLite/D1-only today; engine extension noted below.

mizchi 5750f50 3 files · 13.8 KB Updated

File contents

mizchi/skills/tree/main/sql/plan-audit commit 5750f50187

Frequently asked questions

npx skillmds@latest add mizchi/sql-plan-audit