Files
2025-11-30 08:18:49 +08:00

9 lines
368 B
Markdown

# Scripts
Bundled resources for sql-query-optimizer skill
- [ ] analyze_query.py: Analyzes the SQL query and identifies potential bottlenecks.
- [ ] recommend_indexes.py: Suggests optimal indexes for the given query.
- [ ] rewrite_query.py: Proposes optimized query rewrites.
- [ ] explain_query.sh: Executes the EXPLAIN command and formats the output for analysis.