1,458 views
2 votes
2 votes
Construct a $B^+$-tree for the following set of key values:
$(2, 3, 5, 7, 11, 17, 19, 23, 29, 31)$
Assume that the tree is initially empty and values are added in ascending order. Construct B+-trees for the cases where the number of pointers that will fit in one node is as follows:
a. Four
b. Six
c. Eight

1 Answer

Related questions

1 votes
1 votes
4 answers
1
akash.dinkar12 asked Apr 1, 2019
1,395 views
Is it possible in general to have two primary indices on the same relation for different search keys ? Explain your answer.
0 votes
0 votes
1 answer
2
akash.dinkar12 asked Apr 1, 2019
322 views
What is the difference between a primary index and a secondary index ?
0 votes
0 votes
0 answers
3
akash.dinkar12 asked Apr 1, 2019
311 views
Since indices speed query processing, why might they not be kept on several search keys ? List as many reasons as possible.
0 votes
0 votes
0 answers
4
akash.dinkar12 asked Apr 1, 2019
252 views
When is it preferable to use a dense index rather than a sparse index ? Explain your answer.