EQUAL CONDITION FOR INDEX
EQUAL CONDITION FOR INDEX is a search strategy of the SQL Optimizer.
This search strategy can be selected for search conditions that contain an equality condition for all columns of an index.
The system uses the
inversion list to
access the corresponding table rows directly.
See also:
Search Conditions for Indexed Columns