go-ethereum/ethdb
Patrick O'Grady 5967a2290a
ethdb/pebble: Fix MemTableStopWritesThreshold ()
MemTableStopWritesThreshold was set to the max size of all memtables before blocking writing but should be set to the max number of memtables. This is documented [here](https://github.com/cockroachdb/pebble/blob/master/options.go#L738-L742).
2023-02-15 03:27:52 -05:00
..
dbtest ethdb: add benchmark test suite () 2023-02-10 04:35:00 -05:00
leveldb ethdb: add benchmark test suite () 2023-02-10 04:35:00 -05:00
memorydb all: fix some typos () 2022-08-19 09:00:21 +03:00
pebble ethdb/pebble: Fix MemTableStopWritesThreshold () 2023-02-15 03:27:52 -05:00
remotedb cmd/geth, cmd/utils: geth attach with custom headers () 2022-09-30 13:50:25 +02:00
batch.go core, ethdb, tests, trie: implement NewBatchWithSize API for batcher () 2022-02-15 15:15:13 +02:00
database.go cmd, core, ethdb, node: move chain freezer one folder deeper () 2022-08-08 12:08:36 +03:00
iterator.go all: simplify and fix database iteration with prefix/start () 2020-04-15 14:08:53 +03:00
snapshot.go all: update license headers and AUTHORS from git history () 2022-05-24 20:39:40 +02:00