Type alias BytesAccumConsolidationPolicy

BytesAccumConsolidationPolicy: {
    threshold?: number;
    type: "bytes_accum";
}

Policy to consolidate based on segment byte size and live document count as dictated by the customization attributes.

Deprecated

The bytes_accum consolidation policy was deprecated in ArangoDB 3.7 and should be replaced with the tier consolidation policy.

Type declaration

  • Optional threshold?: number

    Must be in the range of 0.0 to 1.0.

  • type: "bytes_accum"

    Type of consolidation policy.

Generated using TypeDoc