Slide 13.9: FindBook.cpp
Slide 13.11: Indexing to provide access by multiple keys
Home

Other File Operations for an Indexed File


Loading the Index into Memory
The demonstrations show how to manage the index on a disk. If the file is small, the whole index may be loaded into memory.

Record Deletion
In Chapter 6 we described a number of approaches to deleting records in variable-length record files that allow for the reuse of the space occupied by these records. Two more comments about record deletion are Record Updating Last comment: Any time a simple index is too large to hold in memory, you should consider using