Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-index-advisor skill
- [ ] analyze_indexes.py: Script to execute index analysis and generate recommendations.
- [ ] validate_index_changes.py: Script to validate proposed index changes against a test database.
- [ ] rollback_index_changes.py: Script to rollback index changes if validation fails.