- "Bushy" and therefore shallow.
- Index has a (key, record id) entry for each record.
Operations
- Scan: Same as for hash index. Scanning the sequential file
avoids lots of random access.
- Equality Search: Index lookup and then random access to the record.
- Range Search: Complicated. To be discussed.
- Insert, Update, Delete: Similar to hash index.