MongoDB和一致的散列

时间:2012-09-07 08:15:13

标签: mongodb distributed sharding consistent-hashing

MongoDB具有详细记录的分片功能。

我需要的只是更简单(部署和配置)和更快的一致哈希类型的数据分发(如Dynamo,Cassandra或Voldemort)。有没有办法用MongoDB实现这个目标?

2 个答案:

答案 0 :(得分:1)

看起来MongoDB 2.4现在包含了Hashed分片,可能是你想要的东西

http://docs.mongodb.org/manual/core/sharded-cluster-internals/#hashed-shard-keys

答案 1 :(得分:0)

我刚刚学习MongoDB,并试图找到答案。但是,我看到的方式是,可以通过在预先计算的哈希上使用范围分片来模拟这一点,然后仔细配置分割。