Show TOC

GARRAY_PAGE_SPLIT_PAD_PERCENT OptionLocate this document in the navigation structure

Determines per-page fill factor during page splits on the garray and specifies the percent of space on each HG garray page to reserve for future incremental inserts.

Allowed Values

0 – 100

Default

25

Scope

Option can be set at the database (PUBLIC) or user level. At the database level, the value becomes the default for any new user, but has no impact on existing users. At the user level, overrides the PUBLIC value for that user only. No system privilege is required to set option for self. System privilege is required to set at database level or at user level for any user other than self.

Requires the SET ANY PUBLIC OPTION system privilege to set this option. Can be set temporary for an individual connection or for the PUBLIC role. Takes effect immediately.

Remarks

Splits of a garray page try to leave that percentage empty. This space is used for rows added to new index groups.

An HG index can reserve storage at the page level that can be allocated to new groups when additional rows are inserted. Reserving space consumes additional disk space, but can help the performance of incremental inserts into the HG index.

If future plans include incremental inserts into an HG index, and the new rows do not have values that are already present in the index, a nonzero value for GARRAY_PAGE_SPLIT_PAD_PERCENT could improve incremental insert performance.

If you do not plan to incrementally update the index, you can reduce the values of this option to save disk space.