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

Use pebble instead of goleveldb #1596

Open
evan-forbes opened this issue Jan 28, 2025 · 1 comment
Open

Use pebble instead of goleveldb #1596

evan-forbes opened this issue Jan 28, 2025 · 1 comment

Comments

@evan-forbes
Copy link
Member

pebble has a meaningful impact on performance of things like the chainbuilder and even small differences in throughput. We should put forther the effort to use it as the default in the future. It would require existing nodes to resync the chain if they want to switch, however it should be backwards compatible and not critical.

@rach-id
Copy link
Member

rach-id commented Jan 28, 2025

We just need to bump our dependency on cometbft-db from 0.7.0 to 1.0.1 or similar and see if it's not breaking anything

@rach-id rach-id added the good first issue Good for newcomers label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants