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