NIST

external index

(data structure)

Definition: An auxiliary data structure added to a main data structure to improve operations, such as a search on a secondary key.

See also inverted index, hash table, search tree.

Note: The implementation probably embeds parts of the external index in the primary data structure, such as adding a few fields to each node. If items are added to or deleted from the primary data structure, the external index must be maintained, too. Data may have multiple external indexes, such as a data base of movies with inverted indexes for title, actors, and genre.

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified Fri Dec 17 12:04:03 2004.
HTML page formatted Wed Oct 26 09:47:30 2005.

Cite this as:
Paul E. Black, "external index", from Dictionary of Algorithms and Data Structures, Paul E. Black, ed., NIST.
http://www.nist.gov/dads/HTML/externalindx.html

to NIST home page