Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:47 +08:00
commit 127a4527a4
8 changed files with 242 additions and 0 deletions

View File

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