Next: 5.5 To Probe Further
Up: 5.4 B-Trees
Previous: 5.4.4 B-Trees: Deletion
B+-Trees
- Internal nodes contain the indices to the records corresponding to the
key values
k1, k2,..., km stored at the internal node. This obviates
the need for repeating these key values and associated indices at the leaf
level.
- More efficient than B-Trees in the case of successful searches.
B*-Trees
- The minimum number of children at each internal node (except the root) is
- Pathlengths are smaller for obvious reasons
- Insertions and deletions are more complex.
eEL,CSA_Dept,IISc,Bangalore