B-Tree Indexes
← Back to Indexing
The default index type in most relational databases. B-Tree indexes maintain sorted data and are effective for both range queries and equality lookups.
← Back to Indexing
The default index type in most relational databases. B-Tree indexes maintain sorted data and are effective for both range queries and equality lookups.