On support of ordering in multidimensional data structures

  • Authors:
  • Filip Křižka;Michal Krátky;Radim Bača

  • Affiliations:
  • Department of Computer Science, VŠB-Technical University of Ostrava, Czech Republic;Department of Computer Science, VŠB-Technical University of Ostrava, Czech Republic;Department of Computer Science, VŠB-Technical University of Ostrava, Czech Republic

  • Venue:
  • ADBIS'10 Proceedings of the 14th east European conference on Advances in databases and information systems
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multidimensional data structures are applied in many areas, e.g. in data mining, indexing multimedia data and text documents, and so on. There are some applications where the range query result must be ordered. A typical case is the result with tuples sorted according to values in one dimension defined by the ORDER BY clause of an SQL statement. If we use a multidimensional data structure, the result set is sorted after the range query is processed. Since the sort operation must often be processed on tuples stored in the secondary storage, an external sorting algorithm must be utilized. Therefore, this operation is time consuming especially for a large result set. In this paper, we introduce a new data structure, a variant of the R-tree, supporting a storage of ordered tuples.