GARRAY_FILL_FACTOR_PERCENT option

Function

Specifies the amount of space to reserve for an HG index.

Allowed values

0 – 1000

Default

25

Scope

DBA permissions are not required to set this option. Can be set temporary, for an individual connection, or for the PUBLIC group. Takes effect immediately.

Description

An HG index can reserve some storage on a per-group basis (where group is defined as a group of rows with identical values). Reserving space consumes some disk space but can help the performance of incremental inserts into the HG index and reduce fragmentation.

If you plan to do future incremental inserts into an HG index, and those new rows have values that are already present in the index, a nonzero value for this option helps.