Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:26 +08:00
commit 9d25339444
8 changed files with 865 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for database-partition-manager skill
- [ ] partitioning_strategies.md Detailed documentation on various partitioning strategies (range, list, hash) with pros and cons.
- [ ] database_specific_syntax.md Database-specific syntax and commands for implementing partitioning (e.g., PostgreSQL, MySQL, SQL Server).
- [ ] performance_tuning.md Best practices for performance tuning after implementing partitioning.
- [ ] monitoring_and_alerting.md Guidelines for setting up monitoring and alerting for partition health and performance.