Interface ColumnarPatchThresholdsExperimental

Declared numeric ceilings that force a deterministic rebuild.

interface ColumnarPatchThresholds {
    maxCapacityUtilization?: number;
    maxTombstoneOverlayBytes?: number;
    maxTombstoneRatio?: number;
    maxVertexGrowthRatio?: number;
}

Properties

maxCapacityUtilization?: number

Consumed fraction of the declared reserve. Defaults to 0.9.

maxTombstoneOverlayBytes?: number

UTF-8 bytes of the encoded tombstone overlay. Defaults to 4,096.

maxTombstoneRatio?: number

Tombstones / rowCount. Defaults to 0.25.

maxVertexGrowthRatio?: number

Vertices relative to the last rebuild. Defaults to 1.5.