The sysrepository system catalog table contains data about generalized-key indexes that the sysindexes system catalog table does not provide.
The contents of the sysrepository table are useful when a generalized-key index has to be rebuilt during a recovery or if a user wants to see the CREATE statement for a specific generalized-key index.
The desc column contains the CREATE statement for each generalized-key index in the database.
An index on the seqid column allows duplicate values. A composite index on the id1, id2, and type columns requires unique combinations of values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]