1,724 views

3 Answers

3 votes
3 votes
B+ tree min space utization=50%

B tree space utilization 66.6%
1 votes
1 votes

Dont know what is your quetion meaning 

What i get which is get minmum utilization and which is get maximum utilization if used.

so Ans is degree of b+ tree of storing record is more so utilization is more.

 degree of b tree of storing record is less than b+ tree  so utilization is less.

0 votes
0 votes

In B+ trees the value are stored only on leaf nodes 

if we have n nodes then number of values leaf nodes store

minimum -(n/2)ceil and maximum n

in B Tree it is 66.6 %

Related questions

0 votes
0 votes
1 answer
2
Vishnathan asked Aug 24, 2018
8,355 views
1 votes
1 votes
2 answers
3
Ayush Upadhyaya asked Mar 20, 2017
1,040 views
Searching and retrieval of data is more efficient using which tree?B Tree or B+ Tree?
5 votes
5 votes
3 answers
4
pC asked Dec 25, 2016
5,071 views
Consider a DBMS that has the following characteristics:2KB fixed-size blocks12-byte pointers56-byte block headersWe want to build an index on a search key that is 8 bytes...