This bounty is no longer available
Web3 DAO | computecoin-network Logo

Upgrade rocksdb to version 7.5 or above

Organization

computecoin-network

Deadline

over 1 year ago

Status

ENDED

1000 USD

INSTRUCTIONS

Identify the most stable version of rocksdb above v7.5, and upgrade the current rocksdb to that version.

Tune the parameters in rocksdb compilation. Read the following file to see the current rocksdb compilation setup https://github.com/computecoin-network/Olympus/blob/a223fb6384d0a38269f0c02b2fe42906c0395bc8/README.md

Tune the parameters in the following functions. https://github.com/computecoin-network/Olympus/blob/a223fb6384d0a38269f0c02b2fe42906c0395bc8/mcp/db/database.cpp#L78 https://github.com/computecoin-network/Olympus/blob/a223fb6384d0a38269f0c02b2fe42906c0395bc8/mcp/db/database.cpp#L398

Make sure the database has a good performance on reading and writing. Test the performance in different configurations and record the result.