Struct rocksdb::SingleThreaded [−][src]
pub struct SingleThreaded { /* fields omitted */ }
Actual marker type for the internal marker trait ThreadMode
, which holds
a collection of column families without synchronization primitive, providing
no overhead for the single-threaded column family alternations. The other
mode is MultiThreaded
.
See DB
for more details, including performance implications for each mode