Improve fetching efficiency
Experiment to see if parsing all keys in block can be avoided - and if so does this make the range scan more efficient. Unproven change.
This commit is contained in:
parent
be775127e8
commit
b2835aeaec
2 changed files with 31 additions and 2 deletions
|
@ -202,7 +202,7 @@
|
|||
-define(PROMPT_WAIT_ONL0, 5).
|
||||
-define(WORKQUEUE_BACKLOG_TOLERANCE, 4).
|
||||
-define(COIN_SIDECOUNT, 5).
|
||||
-define(SLOW_FETCH, 10000).
|
||||
-define(SLOW_FETCH, 20000).
|
||||
|
||||
-record(state, {manifest = [] :: list(),
|
||||
manifest_sqn = 0 :: integer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue