A Mapping Based Approach for Multidimensional Data Indexing

Rui Zhang
2013-01-01
Abstract:The most common approach to improve performance for databases is through indexing. Mapping based approach is an easy to implement paradigm for indexing multidimensional data. It does not need complicated structures or algorithms, but some transformations (mapping functions) to convert multidimensional data to one dimensional data. Then the converted data can be indexed using a robust and efficient one-dimensional index such as the B+-tree. This paper talks about a number of mapping based indexes for typical types of multidimensional queries.
What problem does this paper attempt to address?