1,422 views
1 votes
1 votes

Database table (R) consist 1000 records. The number of minimum B+ tree index blocks required to build dense B+tree index for relation (R) are _________. Assume order of B+ tree root node atleast 1 key atmost 12 key and other nodes of B+ tree order atleast 6 keys and atmost 12 keys.

1 Answer

0 votes
0 votes
90 blocks will be required.

in lask laevel all 1000 records will be there so it will occupy 84 blocks , n need 84 block pointers in second last level each block will give 13 block pointers so 5 blocks are required as in first level one block is required.

total is 84+5+1= 90

Related questions

0 votes
0 votes
1 answer
2
Deepalitrapti asked Aug 14, 2018
1,006 views
2 votes
2 votes
0 answers
3
Kajal Khobragade asked Nov 23, 2017
1,330 views
Suppose blocks hold either three records, or Ten (Key,pointer) pairs. As a function of n, the number of records, for dense index.How many levels of index as is appropriat...
0 votes
0 votes
1 answer
4
srestha asked Sep 16, 2017
621 views
Block size 1000 BSearch key 12 BPointer size 8BWhat is max records of DB1) For Dense index B+ tree of 2 level2) For Sparse index B+ tree of 2 levelHow ans will differ , P...