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

Pebble datastore support for Kubo #9659

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

Pebble datastore support for Kubo #9659

wants to merge 2 commits into from

Conversation

hsanjuan
Copy link
Contributor

Add a new plugin that provides a Pebble backend.

Unlike Badger, Pebble:

  • Does not need GC cycles and does not use more space than necessary
  • Does not take several minutes to start with large repositories
  • Performs quite well even with default settings

@hsanjuan
Copy link
Contributor Author

I'm going to be running Kubo using Pebble as backend. However I don't think this is merge-able. Pebble breaks i386 compatibility for a start. And I have not added tests.

I think Pebble can potentially work way better than what we have now, definitely better than Badger v1, so it would be nice if the team decided to support this properly.

Add a new plugin that provides a Pebble backend.

Unlike Badger, Pebble:

* Does not need GC cycles and does not use more space than necessary
* Does not take several minutes to start with large repositories
* Performs quite well even with default settings
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

1 participant