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

refactor: split reth-db into -api, -mdbx #8556

Closed
wants to merge 3 commits into from
Closed

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Jun 3, 2024

Messy currently, eventually crates/storage/db2 and crates/storage/db will be deduplicated

Closes #8512

@onbjerg onbjerg added the C-debt Refactor of code section that is hard to understand or maintain label Jun 3, 2024
@github-actions github-actions bot added A-db Related to the database C-enhancement New feature or request labels Jun 3, 2024
@onbjerg
Copy link
Member Author

onbjerg commented Jun 3, 2024

Closing this as some parts of db internally are so entangled that it's not possible to split it up currently, we need to examine some of the current abstractions first (e.g. around tables) and maybe move things incrementally

@onbjerg onbjerg closed this Jun 3, 2024
@onbjerg onbjerg deleted the onbjerg/split-db branch June 3, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extract mdbx from reth-db
1 participant