Interesting...
Blocking Factor

A logical record refers to the information held in a record.

A physical record is the actual block of memory (or disc storage) where the record is stored.

A block of memory can hold one or more logical records.

The number of logical records in each physical record is called the blocking factor. This will depend on the size of the logical record.

For fixed length records...

Blocking Factor = Size of block
Size of record

 

 

   Back