Slide 15.2: B-tree searches Slide 15.4: B-tree insertions (cont.) Home |
When insertion into an index record causes it to be overfull, it is split into two records, each with half of the keys. Since a new index node has been created at this level, the largest key in this new node must be inserted into the next higher level node. |