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

Commits on Feb 21, 2023

  1. Pebble datastore support for Kubo

    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 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    92a5ab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Adjust BytesPerSync to 100MB

    hsanjuan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    21a3509 View commit details
    Browse the repository at this point in the history