Commit Graph

2 Commits

Author SHA1 Message Date
gammazero
4ed5341a4a rm unused function 2024-10-02 06:49:27 -07:00
gammazero
584c70f50b 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 https://github.com/ipfs/go-ds-pebble/pull/39

Closes #10347
2024-10-02 05:30:16 -07:00