Skip to content

常见问题

rockeet edited this page Aug 23, 2018 · 2 revisions

English

How can I run TerarkMongo ?

You should compile MongoRocks with dynamic link to librocksdb.so, and load terark's commercial dynamic library for rocksdb by LD_PRELOAD.

See Try-TerarkDB-With-Minimal-Effort for more details.

Does TerarkMongo supports all features of the official MongoDB ?

Yes, it supports all the features.

TerarkMongo uses MongoRocks as the adapter layer.

You don't need to change any code of your application, TerarkMongo only replaces the storage engine layer of official MongoDB.