in Databases
693 views
0 votes
0 votes
In DBMS, why is there a need for the use of tree based indexing algorithms, when we have multilevel indexes available for use ?
in Databases
by
693 views

2 Answers

4 votes
4 votes
Best answer
Multilevel indexing are static . while b and b+ tree dynamic . the advantage is , databases are very much dynamic in nature the data in the databases change a lot . so if we do multilevel indexing according to and instance and then the data incresed the multilevel index will fail . so we need a dynamic thing like trees . they automatically grow and shrink as the data varies.
selected by
0 votes
0 votes
Multilevel indexing is static,B and B+ tree mechanism is dynamic.you can add/delete dynamically.

1 comment

what is the advantage in dynamic adding and deletion ?
0
0

Related questions