ACM Home Page
Please provide us with feedback. Feedback
Improving the R*-tree with outlier handling techniques
Full text PdfPdf (468 KB)
Source Geographic Information Systems archive
Proceedings of the 13th annual ACM international workshop on Geographic information systems table of contents
Bremen, Germany
SESSION: Data structures, computational geometry table of contents
Pages: 125 - 134  
Year of Publication: 2005
ISBN:1-59593-146-5
Authors
Tian Xia  Northeastern University, Boston, MA
Donghui Zhang  Northeastern University, Boston, MA
Sponsors
ACM: Association for Computing Machinery
SIGIR: ACM Special Interest Group on Information Retrieval
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 10,   Downloads (12 Months): 85,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1097064.1097083
What is a DOI?

ABSTRACT

The R*-tree, as a state-of-the-art spatial index, has already found its way into commercial systems like Oracle. In this paper, we aim at improving query performance of the R*-tree. We focus on five widely used spatial queries: range query, aggregation query, nearest neighbor query, skyline query, and join query. The idea is to store outlier objects in internal tree nodes. The new structure is named the ROtree. Here an outlier is an object which is located far from other objects or has large extent (we consider both point objects and objects with extent). If such objects are stored at higher levels of the tree, the lower-level nodes have smaller minimum bounding rectangles and thus the index performs better. To support the dynamic nature of the index, several structural and algorithmic changes are needed. The paper discusses these changes. In particular, we show how to identify and handle the outlier objects during page overflow/underflow, using gain/loss metrics. Extensive experiments reveal that the ROtree significantly outperforms the R*-tree for all the five queries.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
N. An, K. Kanth, and S. Ravada. Improving Performance with Bulk-Inserts in Oracle R-Trees. In VLDB, 2003.
2
3
4
5
6
7
8
9
 
10
 
11
IBM. IBM Informix Spatial DataBlade Module. http://www-3.ibm.com/software/data/informix/pubs/specsheets/SWSEC27152000D.pdf.
 
12
13
 
14
Oracle. Oracle8 Spatial Cartridge. http://technet.oracle.com/prod-ucts/oracle8/info/sdods/xsdo7ds.htm.
 
15
16
17
 
18
Y. Theodoridis. The R-tree-portal. http://www.rtreeportal.org, 2003.
19
20