RR-tree: A New Relational Approach of Multi-dimension Index

于利胜,张倩,王珊,张延松
DOI: https://doi.org/10.3778/j.issn.1673-9418.2010.03.001
2010-01-01
Abstract:A number of studies have reported various methods for indexing multi-dimensional data,which is important to manage multimedia information and GIS spatial data.The existing commercial DBMSs(database management systems)have already implemented some of those methods.However,contrasted with the academic research,practical applications need more kinds of index methods for the multi-dimensional even high-dimensional data.To actualize the multi-dimensional model for index creation,insertion,query and other operations in DBMS more effectively and efficiently,this paper makes use of data storage structure,stored procedures and triggers of relational database to simulate R_tree,a popular index method of multi-dimensional data.The method is named as RR_tree,a new relational approach of multi-dimensional index.The performance experiments of insertion and query show that,compared with the Oracle Spatial index,the existing commercial multi-dimensional database system,the RRtree is feasible and usable in relational realization of the multi-dimensional model.
What problem does this paper attempt to address?