Add cache population for non-yielding range fetches
More likely to require caching at lower levels.
This commit is contained in:
parent
779ccd9c2a
commit
989f23bca6
2 changed files with 83 additions and 57 deletions
|
@ -83,6 +83,7 @@ crossbucket_aae(_Config) ->
|
|||
ok = leveled_bookie:book_close(Bookie2),
|
||||
{ok, Bookie2A} = leveled_bookie:book_start(StartOpts2),
|
||||
|
||||
test_segfilter_query(Bookie2A, CLs),
|
||||
test_segfilter_query(Bookie2A, CLs),
|
||||
|
||||
test_singledelta_stores(Bookie2A, Bookie3, small, {B1, K1}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue