Index files are auxiliary file stored in database used in faster accessing of data , and it is important especially when database file size growing exponentially. Today world storage is not a problem, but retrieval/searching on certain criteria is problem.
Index files- Secondary or auxiliary files that help speed up access in primary files
Indexes or access structure: data structure -- data structure used for fast access.
Primary index: An index structure that is defined on the ordering field (that is used to physically order records on disk in sorted file organization)
Secondary index : used to index field that are neither ordering fields nor key fields(there is no assurance that the file is organized on key field or primary key field). One index entry for every tuple in the data file(dense index) contain the value of the indexed attribute and pointer to the block /record
What happens when Key field is used as index filed in Secondary Index?
What happens when non-Key field is used as index filed in Secondary Index?
How to handles these duplicate entry?
There methods are there to handle this duplicate value
Copyright © 2026 eLLeNow.com All Rights Reserved.