| Advantages: |
- since internal nodes store no data, we can pack more keys in the same space ⇒ higher branching factor ⇒ smaller depth ⇒ faster search
- since all values are in leaves, iterating them is much easier and faster than the tree traversal in B-trees
|