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:
martinsumner 2016-12-21 18:28:14 +00:00
parent be775127e8
commit b2835aeaec
2 changed files with 31 additions and 2 deletions

View file

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