Page Formats
For variable-length records, must use slot directory.
Possibilities for handling free-space within block:
- compacted (one region of free space)
- fragmented (distributed free space)
In practice, a combination is useful:
- normally fragmented (cheap to maintain)
- compacted when needed (e.g. record won't fit)
|