ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.18k stars 3.02k forks source link

feat: pebbleds profile and plugin #10530

Closed gammazero closed 1 month ago

gammazero commented 1 month ago

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 parameters that are not configured or are set to their zero-value.

Requires https://github.com/ipfs/go-ds-pebble/pull/39

Closes #10347