Oihana PHP Arango

ConsolidationPolicyType uses ConstantsTrait

Discriminator (`type` field) of the `consolidationPolicy` object that drives how an ArangoSearch view merges its index segments.

Tags
see
https://docs.arangodb.com/stable/index-and-search/arangosearch/arangosearch-views-reference/#view-properties
author

Marc Alcaraz (ekameleon)

since
1.2.0

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'
On this page

Search results