mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
This removes the old default configuration for the "rocksdb" backend and replaces it with the configuration that was formerly available using the experimental backend "rocksdbquick". The new configuration setting improves the performance of the key/value database by changing the compaction style and tuning the size parameters for the typical rippled workload. Testing shows a decrease in I/O spikes for both reading and writing.