INDEX SCAN is a search strategy of the SQL optimizer.
The system can choose this strategy, for example, if it can use the index to sort the result as specified in the query (without incurring additional costs).
The database system sequentially searches through the entire specified index to access the data.