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,7 @@
# Scripts
Bundled resources for database-partition-manager skill
- [ ] partition_design.py Script to generate partition design based on table size, data type, and query patterns.
- [ ] partition_implementation.py Script to implement the partition design on the database.
- [ ] partition_maintenance.py Script to automate partition maintenance tasks like merging, splitting, and archiving.