8 lines
319 B
Markdown
8 lines
319 B
Markdown
# Scripts
|
|
|
|
Bundled resources for query-performance-analyzer skill
|
|
|
|
- [ ] explain_plan_parser.py: Parses EXPLAIN plan output and extracts key metrics.
|
|
- [ ] index_advisor.py: Analyzes query patterns and recommends optimal indexes.
|
|
- [ ] query_rewriter.py: Suggests alternative query formulations for better performance.
|