No description
Find a file
martinsumner 7f456fa993 Add back-pressure on work queue limit
Previously under heavy load, as long as L0 was being cleared, the ledger
woud keep accapting.  Now there is a formla limit on how far behind the
work queue (of compactions required at other levels) before the break is
applied on new updates coming in).
2016-11-05 14:04:45 +00:00
include Penciller back-pressure - Phase 1 2016-11-05 11:22:27 +00:00
src Add back-pressure on work queue limit 2016-11-05 14:04:45 +00:00
test Speed up query count test 2016-11-04 18:20:00 +00: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