Add counting of tombstones to new SST files
.. and that old-style SST files cna still be created, and opened, with a return of 'not_counted'
This commit is contained in:
parent
4ef0f4006d
commit
aca945a171
3 changed files with 249 additions and 73 deletions
|
@ -196,7 +196,7 @@ bigsst_littlesst(_Config) ->
|
|||
{compression_point, on_compact}],
|
||||
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
|
||||
ObjL1 =
|
||||
testutil:generate_objects(60000, 1, [],
|
||||
testutil:generate_objects(80000, 1, [],
|
||||
leveled_rand:rand_bytes(100),
|
||||
fun() -> [] end, <<"B">>),
|
||||
testutil:riakload(Bookie1, ObjL1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue