Embedded key/value store? #217
Closed
hrstoyanov
started this conversation in
General
Replies: 1 comment 1 reply
-
At the time I started jgroups-raft, LevelDB was recommended to me, and it's been relatively painless (no major bugs) to use. Meanwhile, we have a simple and fast file store that will be (or is already) the default store: [1]. [1] https://github.com/belaban/jgroups-raft/tree/master/src/org/jgroups/raft/filelog |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Might be missing something, but is there any particular reason to choose a non-java embedded key/store engine (LevelDB)? There appear to be a few java-based, such as:
https://github.com/yahoo/HaloDB
https://github.com/OpenHFT/Chronicle-Queue
Beta Was this translation helpful? Give feedback.
All reactions