Group 2
Group 2
In indexed access file contains a collection of blocks and pointers are assigned
various blocks.
To find a record in the file, we first search the index and then use the pointer to
access the file directly and to find the desired record.
Indexed Access method
With large files, the index file itself may become too large to be kept in
memory.
The primary index file contains pointers to secondary index files, which point
to the actual data items.