PromptHub
Database Featured 21 views

Indexing

Quick Definition

Creating data structures to speed up data retrieval

Full Definition

Creating data structures that speed up data retrieval operations in databases.

Examples

B-tree index, hash index, composite index, covering index

Related Terms

query-optimization performance

More Database Terms