Additional LSM Tree config parameters.
This commit is contained in:
parent
33e66ec4e5
commit
8ed1c4000e
1 changed files with 5 additions and 0 deletions
|
@ -289,8 +289,13 @@ config_types() ->
|
|||
{key_type, string},
|
||||
{leaf_page_max, string},
|
||||
{logging, bool},
|
||||
{lsm_bloom_bit_count, integer},
|
||||
{lsm_bloom_config, config},
|
||||
{lsm_bloom_hash_count, integer},
|
||||
{lsm_bloom_newest, bool},
|
||||
{lsm_bloom_oldest, bool},
|
||||
{lsm_chunk_size, string},
|
||||
{lsm_merge_threads, integer},
|
||||
{multiprocess, bool},
|
||||
{name, string},
|
||||
{session_max, integer},
|
||||
|
|
Loading…
Reference in a new issue