File Organization
File Organization
DEFINITION;
File organization is the efficient retrieval, storage, and
management of files within a computer system.
Simply it is the way data records are stored in a file.
R1 R3 -------------------------- R4 R5
R2
ADVANTAGES;
-Mostly used on online transactions processing systems
-Sorting is not required
-Desired record is directly accessed immediately
- It update several files quickly
- Has better control over record allocation
DISADVANTAGES
-Provides no backup facility
- expensive software and hardware are needed
- File update is more difficult compared to sequential method.
- Less efficient use of storage space
- Data may be erased or loosed unless precautions are taken.