Identifying a
record (on disk)
Identifying a
record (on disk)
There are 2 ways to
represent the
offset
in a database address
Method 1: store offset as
part of the
record address
Method 2: store offset as an
index in
the offset table
(in block header)
The block header contains a
table of
offset values !!
Record address contains
an index in this
offset table
Record deletion when using record offset
We must update
all record references
(hard)...
Record deletion when using record offset
Record deletion when using index
Record deletion when using index
❮
❯