Entering content frame

 INDEXES 

The system table INDEXES contains all the indexes for which the current user has privileges.

INDEXES

OWNER

CHAR(32)

Name of index owner

TABLENAME

CHAR(32)

Name of the table

INDEXNAME

CHAR(32)

Name of the index

TYPE

CHAR(6)

Type of index (UNIQUE | NULL)

CREATEDATE

DATE(10)

Creation date of index

CREATETIME

TIME(8)

Creation time of index

INDEX_USED

FIXED(10)

Usage frequency of index for searches

DISABLED

CHAR(3)

Index not activated for searches (YES | NO)

COMMENT

LONG

Comment about index

See also:

Evaluating System Tables ® INDEXES

 

Leaving content frame