Sequential Files



next up previous
Next: Mapping Relational Data Up: File & System Previous: Organization of Records

Sequential Files

  1. A sequential file is designed for efficient processing of records in sorted order on some search key.

  2. It is difficult to maintain physical sequential order as records are inserted and deleted.
  3. If insertions rarely occur, we could keep the file in physically sorted order and reorganize when insertion occurs. In this case, the pointer fields are no longer required.



Page created and maintained by Osmar R. Zaï ane
Last Update: Tue Oct 31 12:59:25 PST 1995