Enum VelocityCompactionTrigger
- Namespace
- Datafication.Storage.Velocity
- Assembly
- Datafication.Storage.Velocity.dll
Trigger conditions for automatic compaction
public enum VelocityCompactionTrigger
Fields
DeletedRowPercentage = 4Trigger when deleted row percentage exceeds threshold
Manual = 0Manual compaction only
SegmentCount = 1Trigger after a certain number of segments
TotalSize = 2Trigger when total size exceeds threshold
WriteCount = 3Trigger after a certain number of write operations