leveled/test/end_to_end
martinsumner 2a47acc758 Rolback hash|no_hash and batch journal compaction
The no_hash option in CDB files became too hard to manage, in particular
the need to scan the whole file to find the last_key rather than cheat
and use the index.  It has been removed for now.

The writing to the journal during journal compaction has now been
enhanced by a mput option on the CDB file write - so it can write each
batch as one pwrite operation.
2016-10-26 11:39:27 +01:00
..
basic_SUITE.erl Rolback hash|no_hash and batch journal compaction 2016-10-26 11:39:27 +01:00
iterator_SUITE.erl Test fix-up 2016-10-21 21:26:28 +01:00
testutil.erl Basement Tombstones 2016-10-23 22:45:43 +01:00