SG93IHRvIE9yZ2FuaXplIGEgRGF0YWJhc2UgVGFibGXigJlzIEtleXMgZm9yIFNjYWxhYmlsaXR5

The key (no pun intended) to understanding how to organize your dataset’s data is to think of each shard not as an individual database, but as one large singular database. Just as in a normal single server database setup where you have a unique key for each row within a table, each row key within each individual shard must be unique to the whole dataset partitioned across all shards.

There are a few different ways we can accomplish uniqueness of row keys across a shard cluster. Each has its pro’s and con’s and the one chosen should be specific to the problems you’re trying to solve.