Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > CREATE INDEX >

FILLFACTOR Option

The FILLFACTOR option takes effect only in the following cases:

Use the FILLFACTOR option to provide for expansion of an index at a later date or to create compacted indexes.

Read syntax diagramSkip visual syntax diagramFILLFACTOR Option:
 
|--FILLFACTOR--percent------------------------------------------|
 

Element Description Restrictions Syntax
percent Percentage of each index page that is filled by index data when the index is created. The default is 90. 1 ≤ percent100 Literal Number

When the index is created, the database server initially fills only that percentage of the nodes specified with the FILLFACTOR value.

The FILLFACTOR can also be set as a parameter in the ONCONFIG file. The FILLFACTOR clause on the CREATE INDEX statement overrides the setting in the ONCONFIG file. For more information about the ONCONFIG file and the parameters you can use, see your IBM Informix Administrator's Guide.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]