Files
gh-jeremylongshore-claude-c…/skills/database-sharding-manager/references/README.md
2025-11-30 08:18:38 +08:00

11 lines
646 B
Markdown

# 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