We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few other interesting technologies to use as storage backend which may provide better performance in contrast to BDB:
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
There are a few other interesting technologies to use as storage backend which may provide better performance in contrast to BDB:
The text was updated successfully, but these errors were encountered: