Range Queries over a Compact Representation of Minimum Bounding Rectangles

0
75

Authors: Diego Seco, Gonzalo Navarro, Miguel R. Luaces, Nieves R. Brisaboa

Tags: 2010, conceptual modeling

In this paper we present a compact structure to index semi-static collections of MBRs that solves range queries while keeping a good trade-off between the space needed to store the index and its search efficiency. This is very relevant considering the current sizes and gaps in the memory hierarchy. Our index is based on the wavelet tree, a structure used to represent sequences, permutations, and other discrete functions in stringology. The comparison with the R*-tree and the STR R-tree (the most relevant dynamic and static versions of the R-tree) shows that our proposal needs less space to store the index while keeping competitive search performance, especially when the queries are not too selective.

Read the full paper here: https://link.springer.com/chapter/10.1007/978-3-642-16385-2_5