ConsolidationPolicyType uses ConstantsTrait
Discriminator (`type` field) of the `consolidationPolicy` object that drives how an ArangoSearch view merges its index segments.
Tags
Table of Contents
Constants
- BYTES_ACCUM : string = 'bytes_accum'
- Consolidate by accumulated byte size — merges segments once the combined size of consolidation candidates crosses a threshold.
- TIER : string = 'tier'
- Tiered policy — groups segments into size tiers and merges within a tier. Server default.
Constants
BYTES_ACCUM
Consolidate by accumulated byte size — merges segments once the combined size of consolidation candidates crosses a threshold.
public
string
BYTES_ACCUM
= 'bytes_accum'
TIER
Tiered policy — groups segments into size tiers and merges within a tier. Server default.
public
string
TIER
= 'tier'