1 / 3

Example of Insertion in B-Tree(1)

Sort. 10. 50. 70. 10. 30. 25. 50. 30. Split. 90. Example of Insertion in B-Tree(1). Insert <10, 50, 30>. 10. 50. 30. Insert <70, 90>. Overflow. 70. 90. Insert 25. Promotion. Insert <40, 95, 45>. 40. 45. 95. 50. 45. 48. 10. 70. 40.

aiko-stark
Télécharger la présentation

Example of Insertion in B-Tree(1)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sort 10 50 70 10 30 25 50 30 Split 90 Example of Insertion in B-Tree(1) Insert <10, 50, 30> 10 50 30 Insert <70, 90> Overflow 70 90 Insert 25 Promotion Insert <40, 95, 45> 40 45 95

  2. 50 45 48 10 70 40 Example of Insertion in B-Tree(2) Insert 48 Overflow 25 30 40 45 90 95 Insert <60, 80, 35, 75, 43, 32, 78, 65, 55, 68, 99, 92, 96, 98, 94>

  3. 50 35 92 25 60 48 78 98 99 95 94 65 40 68 75 55 30 10 32 45 70 90 96 Example of Insertion in B-Tree(3) 43 80

More Related