Enum CompactionStopStyle
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
How universal compaction decides where to stop adding files to a
compaction, mapped from rocksdb::CompactionStopStyle in
universal_compaction.h.
public enum CompactionStopStyle
Fields
SimilarSize = 0Stop once the candidate files stop being of similar size.
TotalSize = 1Stop once the total size of the picked files exceeds the next file's size.