Next: 5.4.4 B-Trees: Deletion
Up: 5.4 B-Trees
Previous: 5.4.2 Complexity of B-tree Operations
Insert (r, x)
Insert a record r with key value = x
- Locate the leaf L at which r should belong.
- If there is room for r in L,
- Insert r into L in the proper order.
- Note that no modifications are necessary to the ancestors of L.
- If there is no room for r in L,
Example: See Figure 5.27.
Next: 5.4.4 B-Trees: Deletion
Up: 5.4 B-Trees
Previous: 5.4.2 Complexity of B-tree Operations
eEL,CSA_Dept,IISc,Bangalore