Initial commit
This commit is contained in:
8
skills/sql-query-optimizer/scripts/README.md
Normal file
8
skills/sql-query-optimizer/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user