Slide 15.8: B-tree deletions (cont.) Slide 16.2: Maintaining a sequence set Home |
The coordinated processing of two or more sequential lists to produce a single output list. The processing may involve merging, matching, or both.We may come back to Chapter 8 if the time is allowed.
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.