Records contain fields which have values of a particular type (e.g., amount, date, time, age) Fields themselves may be fixed length or variable length Variable length fields can be mixed into one record: separator characters or length fields are needed so that the record can be “parsed”.
Elmasri/Navathe, Fundamentals of Database Systems Chapter 13-8
Blocking: refers to storing a number of records in one blo
ck on the disk. Blocking factor (bfr) refers to the number of records per block. There may be empty space in a block if an integral number of records do not fit in one block. Spanned Records: refer to records that exceed the size of one or more blocks and hence span a number of blocks.
Elmasri/Navathe, Fundamentals of Database Systems Chapter 13-9