0
7.4kviews
Explain dynamic multilevel indexes using B-tree or B+ tree.

Mumbai University > Information Technology > Sem 5 > Advanced Database Management System

Marks: 10M

Year: May 2016

1 Answer
0
180views

B-Tree structure:-

  • Indexing can be made more efficient by including more index levels.
  • With an efficient dynamic insertion and deletion of items being allowed in B-trees; you can scale the levels as & when needed.

a.) A node in B-tree with q-1 search values.

enter image description here

b.) A B-tree of order p=3. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.