Struct rocksdb::FifoCompactOptions
source · pub struct FifoCompactOptions { /* private fields */ }
Implementations§
source§impl FifoCompactOptions
impl FifoCompactOptions
sourcepub fn set_max_table_files_size(&mut self, nbytes: u64)
pub fn set_max_table_files_size(&mut self, nbytes: u64)
Sets the max table file size.
Once the total sum of table files reaches this, we will delete the oldest table file
Default: 1GB