Experiment with SFT settings
This commit is contained in:
parent
f07ab85a81
commit
b03ef664c8
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@
|
|||
-define(DWORD_SIZE, 8).
|
||||
-define(CURRENT_VERSION, {0,1}).
|
||||
-define(SLOT_COUNT, 256).
|
||||
-define(SLOT_GROUPWRITE_COUNT, 32).
|
||||
-define(SLOT_GROUPWRITE_COUNT, 64).
|
||||
-define(BLOCK_SIZE, 32).
|
||||
-define(BLOCK_COUNT, 4).
|
||||
-define(FOOTERPOS_HEADERPOS, 2).
|
||||
|
@ -188,7 +188,7 @@
|
|||
-define(COMPRESSION_LEVEL, 1).
|
||||
-define(HEADER_LEN, 56).
|
||||
-define(ITERATOR_SCANWIDTH, 1).
|
||||
-define(MERGE_SCANWIDTH, 8).
|
||||
-define(MERGE_SCANWIDTH, 32).
|
||||
-define(DELETE_TIMEOUT, 10000).
|
||||
-define(MAX_KEYS, ?SLOT_COUNT * ?BLOCK_COUNT * ?BLOCK_SIZE).
|
||||
-define(DISCARD_EXT, ".discarded").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue