i have a deep doubt about r'tree's height.

if leaf node : N, fanout : m

then r'tree's max height : log m (N) - 1 ?

why this differs from b'tree?

link|improve this question
feedback

1 Answer

Leaf pages have approximately the double capacity of directory nodes when storing point data: for a rectangle you need to save max and min for each dimension.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.