openethereum/ethcore/src/client
André Silva e93872e7bb Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348)
* kvdb-rocksdb: update to RocksDB 5.8.8

* kvdb-rocksdb: tune RocksDB options

* Switch to level-style compaction
* Increase default block size (16K), and use bigger blocks for HDDs (64K)
* Increase default file size base (64MB SSDs, 256MB HDDs)
* Create a single block cache shared across all column families
* Tune compaction settings using RocksDB helper functions, taking into account
  memory budget spread across all columns
* Configure backgrounds jobs based on the number of CPUs
* Set some default recommended settings

* ethcore: remove unused config blockchain.db_cache_size

* parity: increase default value for db_cache_size

* kvdb-rocksdb: enable compression on all levels

* kvdb-rocksdb: set global db_write_bufer_size

* kvdb-rocksdb: reduce db_write_bufer_size to force earlier flushing

* kvdb-rocksdb: use master branch for rust-rocksdb dependency
2018-01-03 13:40:58 +00:00
..
ancient_import.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
chain_notify.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
client.rs Maximum uncle count transition (#7196) 2017-12-05 16:01:52 +01:00
config.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 13:40:58 +00:00
error.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
evm_test_client.rs Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
mod.rs Running state test using parity-evm (#6355) 2017-08-28 14:25:16 +02:00
test_client.rs Merge pull request #6720 from paritytech/kvdb_split 2018-01-03 13:22:31 +00:00
trace.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
traits.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00