zoukankan      html  css  js  c++  java
  • Tair是一个高性能,分布式,可扩展,高可靠的key/value结构存储系统(转)

    Tair是一个高性能,分布式,可扩展,高可靠的key/value结构存储系统!
    Tair专为小文件优化,并提供简单易用的接口(类似Map)
    Tair支持Java和C版本的客户端

    Tair is a distributed key-value storage system originally developed at Taobao.com.

    • features:
    • simple client configuration thanks to lightweight config server
    • items are versioned to avoid data inconsistencies due to concurrent update
    • supprt for atomic counter
    • support for pluggable storage engine
    • data is automatically partitioned and replicated over whole cluster
    • server failure is handled transparently
    • get and deploy tair

    see: http://code.taobao.org/trac/tair/wiki/ZhWikiStart

    • Contribution

    The source code is available user the GPL version 2. We are avtively looking for contributors so if you have any ideas, bug reports, or patchs you would like to contribute please do not hesitate to do so.

    http://tair.taobao.org/

  • 相关阅读:
    php (一)
    php 运算符
    Python 元组
    Python 深拷贝和浅拷贝的区别
    Python 列表
    Python 字符串
    Python 循环控制
    Python 随机数,数学
    bzoj5018 [Snoi2017]英雄联盟
    bzoj5015 [Snoi2017]礼物
  • 原文地址:https://www.cnblogs.com/softidea/p/5528831.html
Copyright © 2011-2022 走看看