Tape - Traditional (logical) file structures |

A tape may be used to store many files. Generally files on tape are organised serially and/or sequentially and processed sequentially. This means one-after-another and does not imply any order though they can be sorted as required.
The files on a tape drive are organised in one long string; after one file is read, another is immediately available. Since processing is done sequentially files may be compressed when storing to a tape drive, and decompressed when retrieved.
Within each file records may be organised serially (for example: stored in the order they occurred), or sequentially (eg, Ordered by Name, or Client code).
So, if the records are needed in one particular order, the file access time can be very short.
[Rev 9/6/98] 2/7/97 © 1997-98 V/2-Com (Verhaart), P O Box 8415, Havelock North, New Zealand.