machi/prototype/tango-prototype
2015-03-02 20:03:46 +09:00
..
docs Add fledgling log implementation based on CORFU papers (corfurl stuff) 2015-03-02 19:59:01 +09:00
include WIP: first round of tango_oid refactoring, all broken horribly 2015-03-02 20:03:45 +09:00
src BAH! Checkpoint is quite broken, see new README.tango.md 2015-03-02 20:03:46 +09:00
test BAH! Checkpoint is quite broken, see new README.tango.md 2015-03-02 20:03:46 +09:00
.gitignore Add fledgling log implementation based on CORFU papers (corfurl stuff) 2015-03-02 19:59:01 +09:00
LICENSE Add fledgling log implementation based on CORFU papers (corfurl stuff) 2015-03-02 19:59:01 +09:00
Makefile Add dialyzer targets to Makefile ... time to get type serious 2015-03-02 20:03:44 +09:00
README.tango.md BAH! Checkpoint is quite broken, see new README.tango.md 2015-03-02 20:03:46 +09:00
rebar.config.script Add fledgling log implementation based on CORFU papers (corfurl stuff) 2015-03-02 19:59:01 +09:00

Tango prototype TODO list

__ The current checkpoint implementation is fundamentally broken and needs a rewrite, or else. option 1: fix checkpoint to be 100% correct option 2: checkpointing is for the weak and the memory-constrained, so don't bother. Instead, rip out the current checkpoint code, period.

__ Checkpoint fix option #1: history splicing within the same OID?

__ Checkpoint fix option #2: checkpoint to a new OID, history writes to both OIDs during the CP, then a marker in the old OID to switch over to the new OID?