adaptive_backstore_leveldb
Name
adaptive_backstore_leveldb — use LevelDB as the backing store for Adaptive Delivery
Synopsis
adaptive_backstore_leveldb { path = "/var/log/ecelerity/adaptive.leveldb" }
Description
**Configuration Change. ** This feature is available as of version 3.6.
Riak is the default backing store for the adaptive module. In some circumstances it may not provide the required level of performance. As an alternate backing store, you can use LevelDB on Linux with Momentum 3.6 or greater. To use LevelDB you must add an adaptive_backstore_leveldb
stanza to your ecelerity.conf
file.
Warning
Please consult with support before reconfiguring Momentum as described here. The LevelDB package is installed with Momentum 3.6; it can be used only as a replacement backing store for the adaptive module. If you are using Mobile Momentum, Riak continues to be used for message resubmission. LevelDB is not cluster aware.
path
identifies the LevelDB database and is the only option in the adaptive_backstore_leveldb
scope. The default value for this option is /var/log/ecelerity/adaptive.leveldb
.
Scope
adaptive_backstore_leveldb
is valid in the global scope.