Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:38 +08:00
commit 37caee108e
8 changed files with 899 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# References
Bundled resources for database-sharding-manager skill
- [ ] sharding_strategies.md: Documentation on different database sharding strategies (e.g., range-based, hash-based).
- [ ] consistent_hashing.md: Detailed explanation of consistent hashing and its implementation.
- [ ] auto_rebalancing.md: Guide on implementing automatic rebalancing of shards.
- [ ] cross_shard_query_patterns.md: Best practices for querying data across multiple shards.
- [ ] sharding_api_reference.md: API documentation for interacting with the sharding manager.
- [ ] error_handling_sharding.md: Best practices for error handling in sharded environments