Abstract
R-trees can be used to store and query sets of point data in two or more dimensions. An easy way to construct and maintain R-trees for two-dimensional points, due to Kamel and Faloutsos, is to keep the points in the order in which they appear along the Hilbert curve. The R-tree will then store bounding boxes of points along contiguous sections of the curve, and the efficiency of the R-tree depends on the size of the bounding boxes - smaller is better. Since there are many different ways to generalize the Hilbert curve to higher dimensions, this raises the question which generalization results in the smallest bounding boxes. Familiar methods, such as the one by Butz, can result in curve sections whose bounding boxes are a factor Omega(2^{d/2}) larger than the volume traversed by that section of the curve. Most of the volume bounded by such bounding boxes would not contain any data points. In this paper we present a new way of generalizing Hilbert's curve to higher dimensions, which results in much tighter bounding boxes: they have at most 4 times the volume of the part of the curve covered, independent of the number of dimensions. Moreover, we prove that a factor 4 is asymptotically optimal.
Original language | English |
---|---|
Title of host publication | 31st International Symposium on Computational Geometry: SoCG 2015 |
Publisher | Schloss Dagstuhl - Leibniz-Zentrum für Informatik |
Pages | 812-826 |
Volume | 34 |
ISBN (Print) | 978-3-939897-83-5 |
DOIs | |
Publication status | Published - 2015 |
Event | 31st International Symposium on Computational Geometry (SoCG 2015) - Eindhoven, Netherlands Duration: 22 Jun 2015 → 25 Jun 2015 Conference number: 31 https://www.win.tue.nl/SoCG2015/?page_id=601 |
Workshop
Workshop | 31st International Symposium on Computational Geometry (SoCG 2015) |
---|---|
Abbreviated title | SoCG 2015 |
Country/Territory | Netherlands |
City | Eindhoven |
Period | 22/06/15 → 25/06/15 |
Internet address |
Keywords
- space-filling curve, Hilbert curve, multi-dimensional, range query, R-tree