Monday
Sep062010
How To Create a Consistent Hasher Using PHP
Monday, September 6, 2010 at 9:00AM |
Derek Stainer Consistent hashing is a mechanism used by various NoSQL databases, most notably Amazon's Dynamo, to partition requests to servers within a cluster. Consistent hashing has some special properties that make it very useful to distributed clusters. Specifically, consistent hashing allows for the addition and removal of servers from the cluster without having to rehash old values. This allows for incremental scalability.
tagged
Consistent Hashing,
PHP
Consistent Hashing,
PHP 
