@intentsolutionsio/sql-query-optimizer
v1.0.0
Published
Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements
Maintainers
Readme
SQL Query Optimizer Plugin
Analyze and optimize SQL queries for better performance with index suggestions and query rewrites.
Installation
/plugin install sql-query-optimizer@claude-code-plugins-plusUsage
/optimize-queryFeatures
- Query Analysis: Identify performance bottlenecks
- Index Recommendations: Suggest optimal indexes
- Query Rewriting: Provide optimized alternatives
- Execution Plan Review: Analyze EXPLAIN output
- Best Practices: Follow SQL optimization patterns
Example
Paste your slow query and get optimization suggestions with expected performance improvements.
Requirements
- SQL queries (PostgreSQL, MySQL, SQLite compatible)
- Access to EXPLAIN output (optional but helpful)
License
MIT
