foldheads_bybucket adds segment list support
Accelerate queries for foldheads_bybucket as well
This commit is contained in:
parent
6beeadc7d8
commit
c8ad39b33b
5 changed files with 73 additions and 66 deletions
|
@ -117,8 +117,7 @@ aae_missingjournal(_Config) ->
|
|||
{foldheads_allkeys,
|
||||
?RIAK_TAG,
|
||||
FoldHeadsFun,
|
||||
true,
|
||||
true}),
|
||||
true, true, false}),
|
||||
HeadL1 = length(AllHeadF1()),
|
||||
io:format("Fold head returned ~w objects~n", [HeadL1]),
|
||||
|
||||
|
@ -135,8 +134,7 @@ aae_missingjournal(_Config) ->
|
|||
{foldheads_allkeys,
|
||||
?RIAK_TAG,
|
||||
FoldHeadsFun,
|
||||
true,
|
||||
true}),
|
||||
true, true, false}),
|
||||
HeadL2 = length(AllHeadF2()),
|
||||
io:format("Fold head returned ~w objects~n", [HeadL2]),
|
||||
true = HeadL2 < HeadL1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue