Indexing the Current Positions of Moving Objects Using the Lazy Update R-tree

  • Authors:
  • Dongseop Kwon;Sangjun Lee;Sukho Lee

  • Affiliations:
  • -;-;-

  • Venue:
  • MDM '02 Proceedings of the Third International Conference on Mobile Data Management
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

With the rapid advances of wireless communications and positioning techniques, tracking the positions of moving objects is becoming increasingly feasible and necessary. Traditional spatial index structures are not suitable for storing these positions because of numerous update operations. To reduce the number of update operations, many existing approaches use a linear function to describe the movements of objects. In many real applications, however, the movements of objects are too complicated to be represented as a simple linear function. In this case, such approaches based on a linear function cannot reduce update cost efficiently. In this paper, we propose a novel R-tree based indexing technique called LUR-tree. This technique updates the structure of the index only when an object moves out of the corresponding MBR (minimum bounding rectangle). If a new position of an object is in the MBR, it changes only the position of the object in the leaf node. It can update the position of the object quickly and reduce update cost greatly. Since it is based on the R-tree, the LUR-tree also uses the same algorithms to process various types of queries as the R-tree. We present the experimental results which show that our technique outperforms other techniques