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

feat: pebbleds profile and plugin #10530

Merged
merged 13 commits into from
Oct 3, 2024
Merged

feat: pebbleds profile and plugin #10530

merged 13 commits into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. include pebble as built-in plugin

    Pebble provides a high-performance alternative to leveldb as the datastore, and will serve as a replacement for badger1.
    
    There are a number of tuning parameters available for tuning pebble's performance to your specific needs. Default values are used for any that are not configured or are set to the parameter's zero-value.
    
    Requires ipfs/go-ds-pebble#39
    
    Closes #10347
    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    584c70f View commit details
    Browse the repository at this point in the history
  2. Update changelog

    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2b10610 View commit details
    Browse the repository at this point in the history
  3. Test pebbleds

    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1c05486 View commit details
    Browse the repository at this point in the history
  4. rm unused function

    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4ed5341 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c090b5 View commit details
    Browse the repository at this point in the history
  6. rm debug comment

    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6a5dae8 View commit details
    Browse the repository at this point in the history
  7. docs: pebbleds profile

    lidel committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a868e08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e74de91 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update config/init.go

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    gammazero and lidel authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a947412 View commit details
    Browse the repository at this point in the history
  2. Update docs/config.md

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    gammazero and lidel authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6d73337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a748fe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d5899 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e32e5ba View commit details
    Browse the repository at this point in the history