Search

Search IconIcon to open search

R-Tree

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 29.10.2024, 14:09
modified 09.08.2025, 11:27
published Empty
sources Empty
topics R-Tree, Tree-based Indexes, Spatial Indexing
authors Empty
ai-assisted No
  • Partitioning: Uses rectangular bounding boxes (MBRs) to partition spatial data.
  • Space Coverage: Only covers the areas occupied by data; not the entire space.
  • Region Overlap: Yes, overlapping regions are common, leading to possible inefficiencies.
  • Complexity: Depends on tree height; generally slower in high dimensions due to overlaps.
  • Query Type: Best suited for range queries and spatial indexing.
  • Use Case: Ideal for geographic information systems (GIS), computer graphics, and dynamic spatial databases.