IQ Indexes

Before creating IQ indexes, you should consider the implications of various types of indexes on the database server memory and disk space.

The set of indexes you define for any given column can have dramatic impact on the speed of query processing. There are four main criteria for choosing indexes:


It is best to consider all criteria in combination, rather than individually. To decide on indexes, look closely at the data in each column.

Try to anticipate the number of unique and total values, the query results users will want from it, and whether the data will be used in ad hoc joins or join indexes.

For more information about choosing index types, see chapter Adaptive Server IQ Indexes in the Adaptive Server IQ Administration and Performance Guide.


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com