IN CONDITION FOR INDEX is a search strategy. An IN condition was specified for the first column of an index that consists of multiple columns, or equality conditions were specified for the first k-1 columns of an index of this type and an IN condition was specified for the k-th column. The system accesses the corresponding table rows directly, with the help of the appropriate inversion lists.
See also: