besu icon indicating copy to clipboard operation
besu copied to clipboard

Reduce RocksDB space amplification

Open ahamlat opened this issue 2 years ago • 0 comments

Reduce RocksDB space amplification with level_compaction_dynamic_level_bytes option set to true. In this case, the size target of levels is changed dynamically based on the size of the last level.

Signed-off-by: Ameziane H [email protected]

ahamlat avatar Jul 21 '22 15:07 ahamlat