What is an index ?
Index =
a list of
(keyword, location) pairs
Index in database systems
Query processing without an index
Scan
all data blocks and
look for matching records
Query processing with an index
Access
only data blocks that
contains a matching record
Record structure of an index file
❮
❯