next up previous
Next: Basic Concepts Up: Table of Contents Previous: Table of Contents

Chapter 8

Indexing & Hashing

  1. Many queries reference only a small proportion of records in a file. For example, finding all records at Perryridge branch only returns records where bname=``Perryridge''.

  2. We should be able to locate these records directly, rather than having to read every record and check its branch-name. We then need extra file structuring.

  3. We'll look at two general approaches:





Page created and maintained by Osmar R. Zaï ane
Last Update: Wed Nov 15 11:12:38 PST 1995