Entering content frame

 JOIN VIA INDEXED COLUMN 

JOIN VIA INDEXED COLUMN is a search strategy for joins.

This search strategy can be used if an index was created for the join column, and this index only contains this one column.

The rows of the new table are accessed through the index of the join column.

See also:

List of All Search Strategies

 

Leaving content frame