Prelude problem 1: Priority of data blocks in
memory
over data blocks on disk
When a disk block is
read into memory
(for operation),
the memory copy has
precedence over the
disk copy:
First problem created by "disk block in memory" situation
When a disk block is
read into memory
(for operation),
the memory copy has
precedence over the
disk copy:
Problem 1: how can we tell
if a disk block is in
memory ?
Prelude problem 2: database address used to
reference block/records
Database addresses are
the only form of
identification used
in stored data (on disk):
What happen when the referenced block
is stored in memory ??
Second problem created by "disk block in memory" situation
Summary
❮
❯