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
It seems compaction process in leveldb makes leo_storage unresponsive, probably caused the issue #503
leveldb
leo_storage
leo_backend_db_eleveldb sets several parameters at eleveldb:open (https://github.com/leo-project/leo_backend_db/blob/develop/src/leo_backend_db_eleveldb.erl#L58)
leo_backend_db_eleveldb
eleveldb:open
defaults for basho/leveldb (https://github.com/basho/leveldb/blob/develop/util/options.cc#L28)
basho/leveldb
Load Image Set, (4.000,000 Files, ~32KB Average)
eleveldb
The text was updated successfully, but these errors were encountered:
leo-project/leo_backend_db#6 leo-project/leo_storage#21
Sorry, something went wrong.
DONE
yosukehara
windkit
No branches or pull requests
Description
It seems compaction process in
leveldb
makesleo_storage
unresponsive, probably caused the issue #503Observation
leo_backend_db_eleveldb
sets several parameters ateleveldb:open
(https://github.com/leo-project/leo_backend_db/blob/develop/src/leo_backend_db_eleveldb.erl#L58)
defaults for
basho/leveldb
(https://github.com/basho/leveldb/blob/develop/util/options.cc#L28)
Testing
Load Image Set, (4.000,000 Files, ~32KB Average)
Results
leo_backend_db_eleveldb
defaultseleveldb
(leveldb
) defaultsThe text was updated successfully, but these errors were encountered: