Module mz_rocksdb::config

source ·
Expand description

This module handles converting mz_rocksdb_types into rocksdb types.

Modules§

Structs§

Enums§

  • The 2 primary compaction styles in RocksDB. See RocksDBTuningParameters::compaction_style` for more information.
  • Mz-supported compression types in RocksDB. See RocksDBTuningParameters::compression_type` for more information.

Functions§

  • Apply these tuning parameters to a rocksdb::Options. Some may be applied to a shared Env underlying the Options. If configured, then a write buffer manager will be initialized and a handle to it will be returned.