**File organization:** It is ****the logical relation between records and it defines how file records are mapped into disk blocks(memory). A database is a collection of files, each file is a collection of records, and each record contains a sequence of fields. The blocking Factor is the average number of records per block.
Strategies for storing files of records in block:
File organizations is of following types:
Sequential File: In this method, files are stored in sequential order one after another.
Blocking factor:
Number of record blocks:
Average number of blocks accessed by linear search:
Average number of blocks accessed by binary search:
Index File:
Index blocking factor:
First level index block:
Number of block accesses: