Труды Института системного программирования РАН (Oct 2018)

To sort or not to sort: the evaluation of R-Tree and B+-Tree in transactional environment with ordered result requirement

  • P. V. Fedotovsky,
  • G. A. Erokhin,
  • K. E. Cherednik,
  • K. K. Smirnov,
  • G. A. Chernishev

DOI
https://doi.org/10.15514/ISPRAS-2014-26(4)-6
Journal volume & issue
Vol. 26, no. 4
pp. 73 – 90

Abstract

Read online

In this paper we consider multidimensional indexing with the additional constraint of lexicographical ordering. In order to deal with this problem we discuss two well-known tree data structures: R-tree and B-tree. We study the problem in the transactional environment with read committed isolation level. To evaluate these approaches we had implemented these structures (modified GiST ensures concurrency) and provide extensive experiments.

Keywords