Module engine_rocks::raw_util[][src]

Functions for constructing the rocksdb crate’s DB type

These are an artifact of refactoring the engine traits and will go away eventually. Prefer to use the versions in the util module.

Structs

CFOptions

Functions

adjust_dynamic_level_bytes

Turns “dynamic level size” off for the existing column family which was off before. Column families are small, HashMap isn’t necessary.

cfs_diff

Returns a Vec of cf which is in a' but not in b’.

db_exist
from_raw_perf_level
new_engine
new_engine_opt
to_raw_perf_level