leveled/src
martinsumner 86bdfdeaf0 Reverted back out the additional bloom check
This is desirable to add back in going forward, but wasn't implemented
in a safe or clear way.

The way the bloom was or was not on the LoopState was clumsy, and it got
persisted in multiple places without a CRC check.

Intention to implement back in wherby it is requested on-demand by the
Penciller, and then the SFT worker lifts it off disk and CRC checks it.
So it is never on the SFT LoopState.  Also it will be easier to control
the logic over which levels have the bloom in the Penciller.
2016-12-11 21:01:10 +00:00
..
eleveleddb.app.src Startup work - baffled 2016-11-02 12:58:27 +00:00
eleveleddb_app.erl Rebar and eunit changes 2016-09-19 18:50:11 +01:00
eleveleddb_sup.erl Startup work - baffled 2016-11-02 12:58:27 +00:00
leveled_bookie.erl Stop second hash on fetch_head 2016-12-11 01:21:53 +00:00
leveled_cdb.erl Magic Hash - and no L0 Index 2016-12-11 01:02:56 +00:00
leveled_codec.erl Correct Mistyped 2 ^ 32 2016-12-11 20:38:20 +00:00
leveled_iclerk.erl Compaction test error 2016-12-11 06:53:25 +00:00
leveled_inker.erl Magic Hash - and no L0 Index 2016-12-11 01:02:56 +00:00
leveled_log.erl Re-introduce ETS Index 2016-12-11 05:23:24 +00:00
leveled_pclerk.erl Reverted back out the additional bloom check 2016-12-11 21:01:10 +00:00
leveled_penciller.erl Reverted back out the additional bloom check 2016-12-11 21:01:10 +00:00
leveled_pmem.erl Export module 2016-12-11 08:16:00 +00:00
leveled_sft.erl Reverted back out the additional bloom check 2016-12-11 21:01:10 +00:00
leveled_skiplist.erl Correct Mistyped 2 ^ 32 2016-12-11 20:38:20 +00:00
leveled_tinybloom.erl Add tiny bloom to Penciller Manifest 2016-12-11 04:48:50 +00:00