All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jsimpledb.kv.raft.TODO Maven / Gradle / Ivy

Go to download

JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.

There is a newer version: 3.6.1
Show newest version

- 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