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

When scaling a distributed storage system, which technique minimizes the amount of data that must be remapped when the total number of nodes in the cluster changes?



The technique that minimizes data remapping when scaling a distributed storage system is consistent hashing. In a traditional hashing system, the location of data is determined by a formula such as hash(key) modulo n, where n is the number of nodes. If n changes, the result of the modulo operation changes for almost every key, requiring nearly all data to be moved to different nodes. Consistent hashin....

Log in to view the answer



Redundant Elements