- The pointer is
usually a
block pointer
- So the index
allow you to
locate the block
that contain the record
quickly
|
- The record is
found by
a search operation
inside the block
(after the block is
read into
main memory)
- Because the search operation
only access
main memory, the
search is
relatively quick
(because
you don't use
disk access operations
in the search)
|
|