Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support some other storage backends #1

Open
ebrahim opened this issue Dec 26, 2011 · 2 comments
Open

Support some other storage backends #1

ebrahim opened this issue Dec 26, 2011 · 2 comments

Comments

@ebrahim
Copy link

ebrahim commented Dec 26, 2011

There are a few other interesting technologies to use as storage backend which may provide better performance in contrast to BDB:

  • Kyoto Cabinet
  • Tokyo Cabinet
  • LevelDB
@oza
Copy link
Member

oza commented Dec 29, 2011

Thank you for your comment.
In my anticipation, LevelDB seems to be fit for our cases because accord accesses backend DB from single thread.

I'll benchmark it, and set the best DB to the default backend DB for accord.

@skull-squadron
Copy link

Noticed Riak 1.x added support eLevelDB sometime ago.

And for use-cases less like Flume and more like write-heavy ZK, BitCask might be a good choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants