Disable prefix compression (for now).
This commit is contained in:
parent
123dfa600e
commit
f664c303d8
2 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,7 @@ start(Partition, Config) ->
|
|||
[{internal_page_max, "128K"},
|
||||
{leaf_page_max, "128K"},
|
||||
{lsm_chunk_size, "25MB"},
|
||||
{prefix_compression, false},
|
||||
{lsm_bloom_newest, true},
|
||||
{lsm_bloom_oldest, true} ,
|
||||
{lsm_bloom_bit_count, 128},
|
||||
|
|
|
@ -477,6 +477,7 @@ config_to_bin([{Key, Value} | Rest], Acc) ->
|
|||
{lsm_bloom_newest, bool},
|
||||
{lsm_bloom_oldest, bool},
|
||||
{lsm_chunk_size, string},
|
||||
{prefix_compression, bool},
|
||||
{lsm_merge_threads, integer},
|
||||
{multiprocess, bool},
|
||||
{name, string},
|
||||
|
|
Loading…
Reference in a new issue