No description
Find a file
martinsumner 9be0f96406 Or process calculation of the Hash Table
When the journal CDB file is called to roll it now starts a new clerk to
perform the hashtable calculation (which may take many seconds).  This
stops the store from getting blocked if there is an attempt to GET from
the journal that has just been rolled.

The journal file process now has  anumber fo distinct states (reading,
writing, pending_roll, closing).  A future refactor may look to make
leveled_cdb a gen_fsm rather than a gen_server.
2016-10-14 13:36:12 +01:00
include Code reduction refactor 2016-10-08 22:15:48 +01:00
src Or process calculation of the Hash Table 2016-10-14 13:36:12 +01:00
test Load and Count test 2016-10-13 17:51:47 +01:00
.gitignore Dialyzer changes 2016-09-20 10:17:24 +01:00
LICENSE Initial commit 2015-04-30 09:56:16 +01:00
README.md Initial commit 2015-04-30 09:56:16 +01:00
rebar.lock Dialyzer changes 2016-09-20 10:17:24 +01:00

eleveleddb

Experiment for learning more about LSM trees