Index

Database Dictionary -> Index

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