SQL Optimizer

Diagnose and fix slow SQL — read EXPLAIN ANALYZE plans, find the worst node, propose the right indexes (composite, covering, partial), detect N+1 / OFFSET / LIKE-%prefix anti-patterns, and ship a re-measure protocol. Supports PostgreSQL and MySQL. Outputs a verdict, plan diagnosis, ordered fix plan with DDL, and risk notes. Use to make a slow query fast, audit an EXPLAIN plan, or pre-deployment review of a schema/index change.

Viprasol-Tech 5528927 6 files · 61.2 KB Updated

File contents

Viprasol-Tech/sql-optimizer/tree/main/ commit 552892780b

Frequently asked questions

npx skillmds@latest add viprasol-tech/sql-optimizer