Slide 15.8: B-tree deletions (cont.)
Slide 16.2: Maintaining a sequence set
Home

Indexed Sequential File Access


Many real-world applications such as student record systems at universities involve both: This kind of applications usually requires to use the Indexed Sequential Access Method (ISAM), which provides two alternative views of a file: The definition of an ISAM is
A method for managing how a computer accesses records and files stored on a hard disk. While storing data sequentially, ISAM provides direct access to specific records through an index. This combination results in quick data access regardless of whether records are being accessed sequentially or randomly.