Tune the LSM a bit based on testing, increase the chunk size and add more merge
worker threads into the mix.
This commit is contained in:
parent
d93f0bc162
commit
0bde789af5
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ start(Partition, Config) ->
|
|||
"lsm" ->
|
||||
[{internal_page_max, "128K"},
|
||||
{leaf_page_max, "128K"},
|
||||
{lsm_chunk_size, "25MB"},
|
||||
{lsm_chunk_size, "100MB"},
|
||||
{lsm_merge_threads, "2"},
|
||||
{prefix_compression, false},
|
||||
{lsm_bloom_newest, true},
|
||||
{lsm_bloom_oldest, true} ,
|
||||
|
|
Loading…
Reference in a new issue