562 views

1 Answer

Best answer
5 votes
5 votes
9. Let p is block pointer ..r is data pointer and k is key...

So internal order of np  + (n-1)*k <= 512B

For leaf node order is : p + n(k+r)<=512B

Putting p= 6B , r=7B , k =9B

By solving above two ..we get ..

n=34 for internal so 0.8 full 27.2=~27

n= 31 for leaf so 0.8 full 24.8 =~ 24

So...

Root level  1node.             27pointers

Level1         27 nodes.       27 * 27 pointers

Level2.         27*27.            27*27*24= 17496
selected by

Related questions

3 votes
3 votes
1 answer
1
Na462 asked Jan 26, 2019
1,902 views
1 votes
1 votes
1 answer
2
Na462 asked Jan 19, 2019
987 views
2 votes
2 votes
1 answer
3
Na462 asked Jun 29, 2018
693 views
Here the indexing is done on ordered field so which to use Dense or Sparse because both can be done here ?
1 votes
1 votes
1 answer
4
Na462 asked Jun 29, 2018
636 views
Please Solve this question. I didn't understood the question properly so please Make Me as well :) What is meant by Leaf Page ?