An index full scan happens when a database administration system (DBMS) should learn each row in a desk to fulfill a question.This generally is a very gradual and inefficient operation, particularly for giant tables.There are a selection of the way to keep away from index full scans, together with:
Utilizing indexes:An index is an information construction that can be utilized to hurry up the retrieval of information from a desk.By creating an index on the columns which might be used within the question, the DBMS can keep away from having to learn each row within the desk.