Sequential File (Cont.)
Poor performance for interactive applications
Queries and/or updates of individual records
Additions to the sequential file
New records are placed in a log file or transaction file
Batch update is performed to merge the log file with the master file
An alternative is to organize the sequential file as a linked list