Voldemort

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(图集)
 
(未显示1个用户的4个中间版本)
第1行: 第1行:
Voldemort is a distributed key-value storage system.
+
Voldemort 是一个分布式 key-value 存储系统。
[[Image:Voldemort-logical-Architecture.png|right|thumb|Voldemort Logical Architecture]]
+
==Functions==
+
*Data is automatically replicated over multiple servers.
+
*Data is automatically partitioned so each server contains only a subset of the total data
+
*Server failure is handled transparently
+
*Pluggable serialization is supported to allow rich keys and values including lists and tuples with named fields, as well as to integrate with common serialization frameworks like Protocol Buffers, Thrift, and Java Serialization
+
*Data items are versioned to maximize data integrity in failure scenarios without compromising availability of the system
+
*Each node is independent of other nodes with no central point of failure or coordination
+
*Good single node performance: you can expect 10-20k operations per second depending on the machines, the network, the disk system, and the data replication factor
+
*Support for pluggable data placement strategies to support things like distribution across data centers that are geographical far apart.
+
[[Image:Voldemort-Physical-Architecture.png|right|thumb|Voldemort Physical Architecture]]
+
It is used at [http://www.linkedin.com/ LinkedIn] for certain high-scalability storage problems where simple functional partitioning is not sufficient.
+
  
==Links==
+
==图集==
*http://project-voldemort.com
+
<gallery widths=100px heights=100px perrow=6>
 +
Image:Voldemort-logical-Architecture.png|逻辑架构
 +
Image:Voldemort-Physical-Architecture.png|物理架构
 +
Image:voldemort-hash-ring.png|Hash环
 +
Image:linkedin-data-cycle.png|TB级的数据周期
 +
Image:voldemort-data-format.png|数据格式
 +
Image:voldemort-store-build-process.png|只读存储构建和交换流程
 +
</gallery>
  
[[Category:Database]]
+
==链接==
 +
*[http://project-voldemort.com/ Voldemort主页]
 +
 
 +
[[Category:NoSQL]]
 +
[[Category:LinkedIn]]
 
[[Category:Java]]
 
[[Category:Java]]

2011年6月17日 (五) 05:25的最后版本

Voldemort 是一个分布式 key-value 存储系统。

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱