bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.04k stars 203 forks source link

How to build and install TerarkDB with ZenFS enabled? #149

Closed lovers-under-moon closed 2 years ago

lovers-under-moon commented 2 years ago

The readme(https://github.com/bzbd/zenfs/blob/dev/README.md) is for build and install RocksDB with ZenFS enabled.

skyzh commented 2 years ago

Running build.sh on https://github.com/bytedance/terarkdb/tree/zenfs-dev-1.4 should by default enable ZenFS.

lovers-under-moon commented 2 years ago

Thanks!

skyzh commented 2 years ago

Running build.sh on https://github.com/bytedance/terarkdb/tree/zenfs-dev-1.4 should by default enable ZenFS.

zenfs branch has already been merged to dev1.4. Consider using dev1.4 and set WITH_ZENFS to ON in CMake.