Lines Matching refs:RocksDB
3 **Important**: If you plan to run RocksDB in production, don't compile using default
4 `make` or `make all`. That will compile RocksDB in debug mode, which is much slower
7 RocksDB's library should be able to compile without any dependency installed,
11 There are few options when compiling RocksDB:
13 * [recommended] `make static_lib` will compile librocksdb.a, RocksDB static library. Compiles stati…
15 * `make shared_lib` will compile librocksdb.so, RocksDB shared library. Compiles shared library in …
17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
20 … will need to have gflags installed to run `make all`. This will compile RocksDB in debug mode. Do…
32 * You can link RocksDB with following compression libraries:
114 …* You can either install RocksDB from the Ports system using `cd /usr/ports/databases/rocksdb && m…
116 * Install the dependencies for RocksDB:
135 * Build RocksDB from source:
148 * As RocksDB is not available in the ports yet you have to build it on your own:
150 * Install the dependencies for RocksDB:
154 * Build RocksDB from source: