1,072 views

1 Answer

Best answer
1 votes
1 votes

have to take maximum number of splits possible from left and right biasing :

Caption
selected by

Related questions

6 votes
6 votes
1 answer
1
Habibkhan asked Oct 19, 2016
1,111 views
Q : One basic doubt that is coming to my mind is whether number of splits in the process of insertion in B+ Tree indexing going to change if we consider left biasing and ...
0 votes
0 votes
0 answers
2
6 votes
6 votes
1 answer
3
firki lama asked Jan 14, 2017
5,950 views
which formula should we use for calculating LEAF node in B+ tree?I. n*(K+r)+b<=block sizewhere n=no of keysk=key size,r=record pointer,b=block pointerII. (n-1)(K+r)+b<=bl...
18 votes
18 votes
1 answer
4
Akanksha Kesarwani asked Dec 10, 2016
6,396 views
Difference between left biasing and right biasing in B+ tree insertion, Rules to be followed for left and right biasing , Kindly explain with an example ?