|< < 29 > >|

Multi-column Tree Indexes

In general:

An index has n key fields, k1, ..., kn.

Qualifying records are contiguous for predicates structured as follows:

  • Equality: The first m fields, 0 ≤ m ≤ n.

  • Range: At most one field (km+1).

  • Unrestricted: The remaining fields.

|< < 29 > >|