Index
Database Dictionary
-> Index
Search:
Index
An index is a database table attribute, which speeds-up data search within a table. Usually indexes are created for database table columns (fields), which are frequently used as search criteria. Indexes optimize the database performance.
SQL Tutorial