jasonrogena / lightraft

Wrapper around SQLite that makes it distributed. This is an experiment, don't use in production
11 stars 2 forks source link

Log Compaction #8

Open jasonrogena opened 4 years ago

jasonrogena commented 4 years ago

Chapter 7 of In Search of an Understandable Consensus Algorithm outlines an approach for log compaction using snapshotting. Implement this approach or find an alternative that works.