SqlOptimizer is built specifically for SQL performance tuningβnot generic AI coding help. It analyzes your query, schema, and execution plan together to rewrite slow SQL into optimized versions. It detects missing indexes, bad JOINs, full scans, and N+1 issues, gives before/after performance scores, generates ready-to-run CREATE INDEX statements, supports PostgreSQL, MySQL, SQL Server & Oracle, and saves optimization history.