Constant mz_rocksdb_types::config::defaults::DEFAULT_BATCH_SIZE

source ·
pub const DEFAULT_BATCH_SIZE: usize = _; // 20_480usize
Expand description

A reasonable default batch size for gets and puts in RocksDB. Based on advice here: https://github.com/facebook/rocksdb/wiki/RocksDB-FAQ. Based on our testing we are using 20 times that.