forked from itisaid/Doris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
14 lines (11 loc) · 777 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
# Doris #
## a large scale distributed KV storage system ##
- Release date: 2013/5/21
- Doris is one of Alibaba technology product
- The version can't be installed, because it is dependent on Alibaba's internal repository. But it not be must, if you have interesting on it, contact me([email protected])
## Doris's feature ##
- 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.
- Optimized consistence hash algorithm. More balance on data distributed than traditional consistence hash algorithm.