Application‐specific storage settings.
Synopsis
Declared in <dbwrapper.h>
struct DBParams;
Data Members
Name |
Description |
If true, build a LevelDB bloom filter to accelerate point lookups. |
|
Configures various leveldb cache settings. |
|
Maximum LevelDB SST file size. Larger values reduce the frequency of compactions but increase their duration. |
|
If true, use leveldb's memory environment. |
|
If true, store data obfuscated via simple XOR. If false, XOR with a zero'd byte array. |
|
Passed‐through options. |
|
Location in the filesystem where leveldb data will be stored. |
|
If non‐null, use this as the leveldb::Env instead of the default. Caller retains ownership. |
|
If true, remove all existing data. |
Created with MrDocs