Govur University Logo
--> --> --> -->
...

When implementing database sharding, what is the primary architectural trade-off that occurs when choosing a partition key that results in non-uniform data distribution?



The primary architectural trade-off when choosing a partition key that causes non-uniform data distribution is the creation of a database hotspot. A partition key is a specific column or field used to determine which database shard, or physical server node, stores a particular piece of data. Non-uniform distribution happens when the key selection le....

Log in to view the answer



Redundant Elements