Files
gh-jeremylongshore-claude-c…/skills/query-performance-analyzer/scripts/README.md
2025-11-30 08:18:47 +08:00

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.