go-ethereum
go-ethereum copied to clipboard
ethdb/pebble: lower the compaction debt
This pull request reduces the threshold for triggering compaction at level0, leading to less compaction debt. This change is helpful in the case of heavy write-load, mitigating the case of heavy write stalls caused by compaction.
closes https://github.com/ethereum/go-ethereum/issues/31830
The first half is master, the second half is PR.