IntermediateVocabulary#backend#architecture#developer-tools

B-Tree Index Vocabulary

Build fluency in the vocabulary of a wide, balanced tree locating a row in only a handful of reads.

0 / 5 completed
1 / 5
At standup, a dev mentions a database index built as a wide, shallow, always-balanced tree, where each node holds many sorted keys and child pointers, so a lookup reaches any row in only a handful of disk reads. What is this structure called?