Consistent Hashing: This approach ensures that data is distributed evenly across?
shards, minimizing hotspots and ensuring that as new shards are added, data is
redistributed evenly.
Example: The Order Service might shard its data by customer ID, so each customer's
orders are stored in a different database shard.