Add smaller trees
The "small" tree will serialise to 1.5MB - which seems large. Much smaller trees seem to be more suitable for things like recently modified aae indexes.
This commit is contained in:
parent
9730816c38
commit
dfab33e8da
2 changed files with 17 additions and 8 deletions
|
@ -305,11 +305,11 @@ many_put_compare(_Config) ->
|
|||
|
||||
|
||||
index_compare(_Config) ->
|
||||
TreeSize = small,
|
||||
TreeSize = xxsmall,
|
||||
LS = 2000,
|
||||
JS = 50000000,
|
||||
SS = testutil:sync_strategy(),
|
||||
SegmentCount = 256 * 256,
|
||||
SegmentCount = 64 * 64,
|
||||
|
||||
% Test requires multiple different databases, so want to mount them all
|
||||
% on individual file paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue