



R-tree is a tree data structure widely used for indexing multi-dimensional information such as vectors, supporting efficient spatial queries like nearest neighbor and range queries, which are essential in vector databases.
Loading more......
Category: Concepts & Definitions
Tags: data-structure, spatial-indexing, vector-search, nearest-neighbor
R-tree is a balanced tree data structure designed for indexing multi-dimensional information such as geographical coordinates, rectangles, or polygons. It supports efficient spatial queries like nearest neighbor and range searches, making it widely used in spatial databases and vector search applications.