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

DB Backend: update default to use BadgerDB v4 #1921

Open
robert-zaremba opened this issue Mar 16, 2023 · 0 comments
Open

DB Backend: update default to use BadgerDB v4 #1921

robert-zaremba opened this issue Mar 16, 2023 · 0 comments
Assignees
Labels
C:Core Core app features T:Performance

Comments

@robert-zaremba
Copy link
Member

Summary

Rocksdb requires no_cgo. In Cosmos SDK benchmarks rocksdb performs very well. In our no_cgo tests we've got very good results with Badger. However our badger db is very outdated, (inherited from tendermint-db / cometbft-db). It's v2 from 2017, and while we already have v4, and v3 line brought tonnes of important improvements.

@robert-zaremba robert-zaremba self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Core Core app features T:Performance
Projects
None yet
Development

No branches or pull requests

1 participant