IXSCAN
Operator name: IXSCAN
Represents: The scanning of an index to produce a reduced stream of rows. The scanning can use optional start/stop conditions, or may apply to indexable predicates that reference columns of the index.
This operation is performed to narrow down the set of qualifying rows before accessing the base table (based on predicates).
For more information, see the section on index scans in the Administration Guide.
Performance suggestions:
For more guidelines about indexes, see Creating appropriate indexes.