Back to index

R-Trees: A Dynamic Index Structure for Spatial Searching

Antonin Guttman, UCB

One-line summary: R-trees (index structure optimized for spatial searching of "geographic" data) are B-trees in which interior-node keys are k-dimensional rectangloids rather than scalars, and the comparison test is "overlaps" rather than linear range comparison.

Overview/Main Points

Relevance

Illustra.

Flaws


Back to index