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

Replace in-memory storage with badger/v3 #371

Merged
merged 3 commits into from
Jun 26, 2021
Merged

Replace in-memory storage with badger/v3 #371

merged 3 commits into from
Jun 26, 2021

Conversation

kelindar
Copy link
Contributor

Now that badger/v3 supports in-memory mode, rebasing our in memory storage to use the same storage engine for consistency and higher performance. I've rerun the benchmarks, the ssd store is now around 2x faster too with this upgrade.

@kelindar kelindar requested a review from Florimond June 26, 2021 19:45
Copy link
Member

@Florimond Florimond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Florimond Florimond merged commit 06b2ef9 into master Jun 26, 2021
@Florimond Florimond deleted the bv3 branch June 26, 2021 19:49
Florimond pushed a commit that referenced this pull request Sep 7, 2023
* replace inmemory storage

* update deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants