|
In a sequential file where the
records are stored in key value order, serial access and sequential
access are the same thing. If there are a number of changes to records
in a file, then if these changes are sorted into key value order,
sequential processing provides a good way of making the changes, as
there would be no need for backtracking through the records.
|
|