Attempt at performance improvement
Try to add some extra jitter in to the process of L0 writes, and also make L0 writes delayed to help with bufferring
This commit is contained in:
parent
349d194a7c
commit
82cb49638a
4 changed files with 32 additions and 8 deletions
|
@ -64,7 +64,8 @@
|
|||
{root_path :: string(),
|
||||
max_inmemory_tablesize :: integer(),
|
||||
start_snapshot = false :: boolean(),
|
||||
source_penciller :: pid()}).
|
||||
source_penciller :: pid(),
|
||||
levelzero_cointoss = false :: boolean}).
|
||||
|
||||
-record(iclerk_options,
|
||||
{inker :: pid(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue