- When a database object (block/record)
is only stored on
disk,
we can only refer to
(and access) the database object using
its
database address
- When a database object (block/record)
is read into
main memory:
- we must use
the database object in memory
for manipulation purposes
(access using its
virtual memory address
- BUT: we also need
its database address
when we want to write the
database object back
to disk
|
|