PromptHub
Database 29 views

B-Tree Index

Quick Definition

Self-balancing tree index for efficient sorted data operations

Full Definition

A self-balancing tree data structure that maintains sorted data allowing logarithmic time search insert and delete operations.

Examples

primary key indexing, range queries, database performance

Related Terms

indexing query-optimization relational-database

More Database Terms