Flat FP index

When the number of distinct values exceeds 16777216, no lookup table is created. Each FP entry contains an actual column cell value.

If MINIMIZE_STORAGE is ON, you can avoid the overhead of converting lookup FP entries into flat style. When the distinct row count for a particular field increases to more than 16777216, an FP(3) index is automatically converted to a flat style FP index. To create a flat FP, specify the IQ UNIQUE value to be greater than 16777216 at table creation time.

NoteWhen you create a table with the DATE data type, a 2-byte FP index is created on the DATE field, which is independent of the settings in database option MINIMIZE_STORAGE.

To create a 3-byte FP or flat style FP index on the DATE field, use these values when creating the table: