No description
Find a file
martinsumner ce0c55a2ec Resolve issue of Remainders
Two issues looked at
- There shouldn't be a remainder after writing the L0 file, as this
could have overlapping sequence numbers which will be missed on restart
- There should be a safety-check to stop the Clerk from doing a fake
push too soon after a background L0 file ahs been written (as the fake
push would lock the ledger waiting for the L0 file write to finish)
2016-08-16 12:45:48 +01:00
include Penciller accepting push 2016-08-09 16:09:29 +01:00
src Resolve issue of Remainders 2016-08-16 12:45:48 +01:00
test Initial work on sft files 2016-05-31 17:21:14 +01:00
.gitignore Add gitignore 2016-07-12 19:45:22 +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

eleveleddb

Experiment for learning more about LSM trees