Struct rocksdb::MultiThreaded [−][src]
pub struct MultiThreaded { /* fields omitted */ }
Actual marker type for the internal marker trait ThreadMode
, which holds
a collection of column families wrapped in a RwLock to be mutated
concurrently. The other mode is SingleThreaded
.
See DB
for more details, including performance implications for each mode