Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:49 +08:00
commit e806fe69e2
8 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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.