company logo

collection index

A collection index maps a sort (order) key value to an identity (LOID), which represents a database address. For each collection any number of indexes can be defined based on key definitions provided for the structure of instances in the collection.

Special collection indexes are __IDENTITY indices, where only the LOID is stored in the index without any key value.

Generalisations:  dictionary collection

Related topics