An index is a data structure plus a method of arranging the data tuples in the table (or other kind of collection object) being indexed. The syntax for constructing indexes is discussed elsewhere. This entry presents the tuning considerations.
Two data structures are most often used in practice for indexes: B+-trees and Hash structures. Of these, B+-trees are used the...