Function mz_rocksdb::config::apply_to_options

source ยท
pub fn apply_to_options(
    config: &RocksDBConfig,
    options: &mut Options,
) -> Option<WriteBufferManagerHandle>
Expand description

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.