11.Indexing§
- Goals:
- Store large files
- Support multiple search keys
- Support efficient insert, delete, and range queries
B-trees are really good at managing a sorted list
- They break the list into manageable chunks
- The leaves of the B+-tree form the list
- The internal nodes of the B+-tree merely help find the right chunk