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

Migrate to RocksDB #2096

Open
kushti opened this issue Jan 16, 2024 · 0 comments · Fixed by #2098
Open

Migrate to RocksDB #2096

kushti opened this issue Jan 16, 2024 · 0 comments · Fixed by #2098
Assignees

Comments

@kushti
Copy link
Member

kushti commented Jan 16, 2024

There are many reasons to migrate from LevelDB to RocksDB:

  • JNI drivers are not updated for LevelDB, for RocksDB they are regularly updated
  • RocksDB itself is also better maintained
  • likely better performance
  • RocksDB interfaces are not much different from LevelDB's

As blockchain rescan would be required, first node release using RocksDB would be 5.1.0 (second digit change)

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

Successfully merging a pull request may close this issue.

2 participants