Do not build storage_rocksdb by default
This commit is contained in:
@ -622,6 +622,9 @@ storage=storage_inmemory
|
|||||||
|
|
||||||
## `storage_rocksdb`
|
## `storage_rocksdb`
|
||||||
|
|
||||||
|
This storage module is not built by default and is not included in the
|
||||||
|
MariaDB MaxScale packages.
|
||||||
|
|
||||||
This storage module uses RocksDB database for storing the cached data. The
|
This storage module uses RocksDB database for storing the cached data. The
|
||||||
directory where the RocksDB database will be created is by default created
|
directory where the RocksDB database will be created is by default created
|
||||||
into the _MaxScale cache_ directory, which usually is not on a RAM disk. For
|
into the _MaxScale cache_ directory, which usually is not on a RAM disk. For
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
add_subdirectory(storage_rocksdb)
|
#Storage RocksDB not built by default.
|
||||||
|
#add_subdirectory(storage_rocksdb)
|
||||||
add_subdirectory(storage_inmemory)
|
add_subdirectory(storage_inmemory)
|
||||||
|
Reference in New Issue
Block a user