zoukankan      html  css  js  c++  java
  • 分布式的KeyValue存储系统voldemort

    分布式的Key-Value存储系统voldemort
    http://project-voldemort.com/

    主要特性:

    • 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.
  • 相关阅读:
    华为手机wifi调试adb,断开数据线offlin
    appium 识别抖音视频已经播放完成
    对于学习新知识的一点自我反思
    部分软件激活
    AndroidStudio 创建简单的app
    App 逆向思路
    链家
    pyqt5 截屏
    3.无重复字符的最长子串
    1.两数之和
  • 原文地址:https://www.cnblogs.com/dkblog/p/2102629.html
Copyright © 2011-2022 走看看