Create an index on an IQ system store (catalog store) table.
Database Version | Table Index Privileges |
---|---|
SAP Sybase IQ 15.3 and 15.4 | Requires CREATE permission on the specified dbspace. Also requires one of:
|
SAP Sybase IQ 16.0 | Requires CREATE permission on the specified dbspace. Also requires one of:
|
The SAP Sybase IQ resource is authenticated and running.
In a multiplex configuration, the coordinator node is running.
Indexes improve search performance on the indexed column or columns. Indexes take up space in the database, however, and slow down the performance of insert, delete, and update operations.
When creating indexes, the order in which you specify the columns becomes the order in which the columns appear in the index. Duplicate references to column names in the index definition are not allowed.