584 views
3 votes
3 votes

2 Answers

1 votes
1 votes

order p: maximum no. of record per node

so ,(P+1) Bp + P*K<=BLOCK SIZE (here order of leaf node and internal node is same)

     (P+1)*8+P*12<=1000 

        P=49

  MAX NODE MAX BP MAX RECORDS
ROOT(LEVEL 1)          1    50      49
LEVEL 2       50 50*50

    50*49

         all the records will be at leaf level so maximum records =50*49

                                                                                               =2450

  correct me if i done wrong 

Related questions

0 votes
0 votes
1 answer
1
gauravkumawat asked Jun 13, 2023
916 views
please solve in paper formet Explain the properties of B-Tree Also Construct B+ tree with order P=410,5,30,40,20,17,90,45,93,60,20,50,29
0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
Crackcer asked Jan 10, 2022
248 views
1. Suppose there is a B-tree, such that internal node with order 86 and leaf node with order 103.2. A B+ tree with internal order is 171 and leaf node with order 103.In b...
2 votes
2 votes
2 answers
4