
org.jsimpledb.kv.raft.TODO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-kv-raft Show documentation
Show all versions of jsimpledb-kv-raft Show documentation
JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.
- Implement the optimization described in dissertation section 10.2.1
- Retry CommitRequests after some period?
- Eliminate O(n^2) behavior with transactions
- Put rebasable transactions in their own set
- Otherwise every new log entry requires O(n) where n = #transactions
- Check other places we loop over all transactions
© 2015 - 2025 Weber Informatics LLC | Privacy Policy