krareT / terichdb

TerichDB, an open source data store based on terark engine
http://www.terark.com/
GNU Affero General Public License v3.0
373 stars 64 forks source link

Tera vs terark-db #14

Open caijieming-ng opened 7 years ago

caijieming-ng commented 7 years ago

suprise about another project: https://github.com/baidu/tera

royguo commented 7 years ago

Tera is a distributed database while TerarkDB is a storage engine, They are not on the same layer.

Tera seems use LevelDB as storage engine, if they want they can change their storage engine to TerarkDB for better performance.