Performance

Index

English

Overview

A table-of-contents-like data structure created to speed up searches.

Details

A search-oriented data structure created for a particular column. Algorithms such as a B-tree avoid a full scan, speeding up lookups.

More Database terms