Performance warning: In database %3, table %1 autoincrement column %2 is not indexed"

This warning is reported when a permanent base table contains an autoincrement column and there is no index on the column. The warning is generated only in cases where the maximum identity value for that column, as stored in the MAX_IDENTITY column in the ISYSTABCOL catalog table, is unknown or if it becomes invalid. This situation can occur if an existing column has been altered to be an autoincrement column or if the global autoincrement settings for the database have changed.

 See also