UnQTools
Developer Runs in your browser

SQL Index Advisor

Paste a SQL query and (optionally) your table DDL; get column-ordered index recommendations with CREATE INDEX statements. Parses WHERE, JOIN, ORDER BY, and GROUP BY clauses; applies equality-before-range column ordering; detects redundant/overlapping existing indexes; warns about write-amplification, low-selectivity columns, and leading-wildcard LIKE. 100% client-side — no DB required.

100% Private Works Offline Instant

Paste a SQL query and (optionally) your table DDL; get column-ordered index recommendations with CREATE INDEX statements. Parses WHERE, JOIN, ORDER BY, and GROUP BY clauses; applies equality-before-range column ordering; detects redundant/overlapping existing indexes; warns about write-amplification, low-selectivity columns, and leading-wildcard LIKE. 100% client-side — no DB required. Everything runs locally in your browser — your data never leaves your device.

How to use

  1. Enter your input in the tool above.
  2. Adjust any options to your preference.
  3. Use the Copy or Download buttons to save the result.
  4. Everything happens locally — your data never leaves your browser.