Tair是一个高性能,分布式,可扩展,高可靠的key/value结构存储系统(转)

时间:2023-09-27 23:50:08
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/