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

Q: Does anyone use databases other than goleveldb or rocksdb? #117

Closed
faddat opened this issue Jan 7, 2024 · 5 comments
Closed

Q: Does anyone use databases other than goleveldb or rocksdb? #117

faddat opened this issue Jan 7, 2024 · 5 comments
Labels
question Further information is requested

Comments

@faddat
Copy link
Contributor

faddat commented Jan 7, 2024

Only rocks out of these 4 works in prod but when you use rocks in prod, if the chain uses cosmwasm, there's way too much overhead due to more cgo than any computer can reasonably tolerate.

@faddat
Copy link
Contributor Author

faddat commented Jan 15, 2024

Anyone have proof that these work in production?

  • cleveldb (it might)

afaik,

  • bolt literally doesn't work in prod
  • badger literally doesn't work in prod

both are too slow to sync with

@faddat faddat changed the title no one uses rocks, or cleveldb or bolt or badger and in fact 3 of em don't work in prod bolt and badger don't work in production (or anywhere except synthetically) Jan 15, 2024
@melekes melekes added the question Further information is requested label Jan 27, 2024
@melekes melekes changed the title bolt and badger don't work in production (or anywhere except synthetically) Q: Anyone using databases other than goleveldb or rocksdb? Jan 27, 2024
@melekes melekes pinned this issue Jan 27, 2024
@melekes
Copy link
Contributor

melekes commented Jan 27, 2024

linking cometbft/cometbft#1039 here as well

@faddat
Copy link
Contributor Author

faddat commented Jan 28, 2024

did it a long time ago, was even artful about the commit history.

@melekes melekes changed the title Q: Anyone using databases other than goleveldb or rocksdb? Q: Does anyone use databases other than goleveldb or rocksdb? Jan 29, 2024
@faddat
Copy link
Contributor Author

faddat commented Feb 17, 2024

Resolved in #135

@adizere
Copy link
Member

adizere commented Apr 3, 2024

Closing in favor of #143

@adizere adizere closed this as completed Apr 3, 2024
@adizere adizere unpinned this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants