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

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

rabbitprincess
Copy link

Overview

This PR introduces PebbleDB as a new database engine, an alternative to leveldb. #2024
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

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.

2 participants