Skip to main content

default_rocksdb_bottommost_compression_level

Function default_rocksdb_bottommost_compression_level 

Source
fn default_rocksdb_bottommost_compression_level() -> i32
Expand description

Default RocksDB compression level is 32767, which is internally read by RocksDB as the default magic number and translated to the library’s default compression level as they all differ. See their kDefaultCompressionLevel.