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/

  • 相关阅读:
    第九周学习总结&实验报告(7)
    团队展示
    结对编程
    微信公众号
    编程作业
    《构建之法》
    自我介绍
    java学期总结
    14周作业
    13周总结
  • 原文地址:https://www.cnblogs.com/softidea/p/5528831.html
Copyright © 2011-2022 走看看