java66liu / Doris

A large scale distributed KV storage system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doris

A large scale distributed KV storage system

  • Release date: 2013/5/21
  • Doris is one of Alibaba technology products

Doris's Features

  • Scalable like HBase. Support large scale data storage and visit with scalable server deployment.
  • High available than HBase. Neither lost data nor reject app's access when any server is crashed.
  • High performance. Less 4 ms for commonly data access.
  • Easy operation. Auto failover and data recover when server is crashed. Easy add servers to Doris cluster with web interface.
  • Optimized consistence hash algorithm. More balance on distributed data than traditional consistence hash algorithm.

About

A large scale distributed KV storage system.


Languages

Language:Java 96.5%Language:JavaScript 2.3%Language:CSS 0.8%Language:Shell 0.4%