go-ethereum/ethdb
rjl493456442 dbca85869f
ethdb/pebble: change the Pebble database configuration (#33353)
This PR changes the Pebble configurations as below:

- increase the MemTableStopWritesThreshold for handling temporary spike
- decrease the L0CompactionConcurrency and CompactionDebtConcurrency to
scale up compaction readily
2025-12-08 13:53:40 +01:00
..
dbtest ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
leveldb ethdb/leveldb: check iterator error in Database.DeleteRange (#32384) 2025-08-11 14:32:27 +08:00
memorydb all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
pebble ethdb/pebble: change the Pebble database configuration (#33353) 2025-12-08 13:53:40 +01:00
remotedb triedb, core/rawdb: implement the partial read in freezer (#32132) 2025-10-13 19:40:03 +08:00
batch.go ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
database.go triedb, core/rawdb: implement the partial read in freezer (#32132) 2025-10-13 19:40:03 +08:00
iterator.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00