single record indexing ——> multirecord indexes ——> multilevel indexes ——> B-treesSingle Record Indexing
Indexes make it faster to find specific records and to sort records by the index field—that is, the field used to identify each record. The major problem of this indexing is it becomes difficult to manage as the indexes grow. Large files need multirecord indexes. |