Suppose there is a relation , with a B+-tree index with search key .
a. What is the worst-case cost of finding records satisfying using this index, in terms of the number of records retrieved and the height of the tree?
b. What is the worst-case cost of finding records satisfying using this index, in terms of the number of records that satify the selection, as well as and defined above?
c. Under what conditions on and would the index be an efficient way of finding records satisfying ?
a. What is the worst-case cost of finding records satisfying using this index, in terms of the number of records retrieved and the height of the tree?
b. What is the worst-case cost of finding records satisfying using this index, in terms of the number of records that satify the selection, as well as and defined above?
c. Under what conditions on and would the index be an efficient way of finding records satisfying ?
When .