|
|
|
|
|
|
|
|
|
ä |
A
portion of main memory used as a buffer
|
|
|
to
temporarily to hold data for the disk
|
|
|
ä |
Locality
of reference also applies here:
|
|
|
|
once
a record gets referenced, it is likely
|
|
|
|
that
nearby records will get referenced
|
|
|
|
often
in the near future.
|
|
|
ä |
If a
record referenced is not in the disk
|
|
|
|
cache,
the sector containing the record is
|
|
|
|
moved
into the disk cache.
|
|