|
From: Yonik S. <yo...@ap...> - 2008-02-10 20:14:47
|
On Feb 10, 2008 2:07 PM, Ning Li <nin...@gm...> wrote: > As in consistent hashing, the entire range of docids (or their hashes) is > treated > as a ring. There is no clear concept of a shard here. It seems to me like consistent hashing could happily live with the concept of a shard. All docids that belong to a single physical node form a shard. All replicas of a shard could be the same. I've not thought through all the implications though... I'm still reading the Dynamo paper myself (and after that will be looking into zookeeper I suppose). -Yonik |