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:
martinsumner 2016-12-09 14:36:03 +00:00
parent 349d194a7c
commit 82cb49638a
4 changed files with 32 additions and 8 deletions

View file

@ -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(),