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

fix(ledger): database reliability -> hashmap db #400

Draft
wants to merge 6 commits into
base: dnut/fix/disk-allocator
Choose a base branch
from

Conversation

dnut
Copy link
Contributor

@dnut dnut commented Nov 22, 2024

the current approach is to switch from rocksdb to the hashmapdb and get it working reliably by using the disk backed allocator. it seems to be the fastest way to get a ledger that isn't broken. in the future we should also fix rocksdb or lmdb

@dnut dnut changed the title feat(ledger): use disk allocator in hashmapdb to avoid oom fix(ledger): database reliability -> hashmap db Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

1 participant