教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
服务器软件
NoSQL数据库
Voldemort
Voldemort
- 分布式的Key-Value存储系统
缓存系统
NoSQL数据库
缓存服务器
授权协议:
Apache
操作系统:
未知
开发语言:
Java
软件简介
Voldemort 是一个采用 Java 语言开发的分布式的Key-Value存储系统。
主要特性:
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, and the replication factor
Support for pluggable data placement strategies to support things like distribution across data centers that are geographical far apart.
软件首页