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 @@
# References
Bundled resources for database-index-advisor skill
- [ ] database_index_best_practices.md: Document outlining best practices for database indexing.
- [ ] supported_databases.md: Document listing supported databases and specific indexing considerations for each.
- [ ] index_impact_metrics.md: Document explaining the metrics used to assess the impact of index changes.