Design and implementation of the modified r-tree structure with non-blocking querying

  • Authors:
  • Myungkeun Kim;Sanghun Eo;Seokkyu Jang;Jaedong Lee;Haeyoung Bae

  • Affiliations:
  • Dept. of Computer Science & Information Engineering, Inha University;Dept. of Computer Science & Information Engineering, Inha University;Dept. of Computer Science & Information Engineering, Inha University;Dept. of Computer Science, Dankook University;Dept. of Computer Science & Information Engineering, Inha University

  • Venue:
  • WAIM'05 Proceedings of the 6th international conference on Advances in Web-Age Information Management
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

In highly concurrent field such as location based services, massive objects are moving concurrently. Due to continuously changing nature of their location, traditional indexes cannot provide the real-time response since query processing is frequently blocked by node-split or region propagation as the locations of objects change. In this paper, the modified R-tree structure with lock-free querying for multi-dimension data, Rver-tree, is proposed. Basically, Rver-tree uses the new versioning technique. When updating data such as key update(region propagation) and index restructure(node-split), it never physically modify original data, rather creates new version for compensating data intactness. Due to data intactness, search operation can access data without any locking or latching by reading old version. In the performance evaluation, it is proven that search operation of Rver-tree is at least two times faster than a previous work.