index

  1. A database file containing a list of unique data values, with pointers to the database rows that contain those values. Indexes are used to reduce the time required to order rows and to optimize the performance of database queries.

See also database, query, row.

  1. A subscript value into an array.

See also array, subscript.