Table of Contents

Enum VelocityCompactionTrigger

Namespace
Datafication.Storage.Velocity
Assembly
Datafication.Storage.Velocity.dll

Trigger conditions for automatic compaction

public enum VelocityCompactionTrigger

Fields

DeletedRowPercentage = 4

Trigger when deleted row percentage exceeds threshold

Manual = 0

Manual compaction only

SegmentCount = 1

Trigger after a certain number of segments

TotalSize = 2

Trigger when total size exceeds threshold

WriteCount = 3

Trigger after a certain number of write operations