System Overview - Shard key selection
This system demonstrates how to select an effective shard key for a distributed database. The goal is to distribute data evenly across multiple database shards to improve scalability and performance while minimizing hotspots and cross-shard queries.