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

database: add pebbledb support #2307

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

rabbitprincess
Copy link
Contributor

@rabbitprincess rabbitprincess commented Jan 23, 2025

Overview

This PR introduces PebbleDB as a new database engine, an alternative to leveldb. #2024 #1339
To support multiple database engines (PebbleDB and LevelDB), db interface has been implemented in ffldb.

How to run

./btcd --dbtype=pebbledb

Caution

This update requires Go 1.22+. #2306

@Roasbeef
Copy link
Member

Approved CI run.

@kcalvinalvin
Copy link
Collaborator

This is a big change and I see that you're still making changes here. Do ping me once things are ready for review!

@rabbitprincess
Copy link
Contributor Author

rabbitprincess commented Jan 31, 2025

Thank you @kcalvinalvin, It is ready for review!
By the way, bump go.mod version is also big change. it might be better to work on another pull request.

@rabbitprincess rabbitprincess marked this pull request as ready for review January 31, 2025 07:03
@yyforyongyu
Copy link
Collaborator

Approved CI run.

@kcalvinalvin kcalvinalvin self-assigned this Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants