A unified index for moving-objects databases

  • Authors:
  • Jaekwan Park;Bonghee Hong;Kyounghwan An;Jiwon Jung

  • Affiliations:
  • Department of Computer Engineering, Pusan National University, Busan, Republic of Korea;Department of Computer Engineering, Pusan National University, Busan, Republic of Korea;Electronics and Telecommunications Research Institute, Daejon, Republic of Korea;Samsung Electronics Co., LTD, Suwon-si, Republic of Korea

  • Venue:
  • ICCSA'06 Proceedings of the 2006 international conference on Computational Science and Its Applications - Volume Part II
  • Year:
  • 2006

Quantified Score

Hi-index 0.01

Visualization

Abstract

Recently, the need for Location-Based Services (LBS) has increased due to the development and widespread use of mobile devices (e.g., PDAs, cellular phones, laptop computers, GPS, and RFID etc). The core technology of LBS is a moving-objects database that stores and manages the positions of moving objects. To search for information quickly, the database needs to contain an index that supports both real-time position tracking and management of large numbers of updates. As a result, the index requires a structure operating in the main memory for real-time processing and requires a technique to migrate part of the index from the main memory to disk storage (or from disk storage to the main memory) to manage large volumes of data. To satisfy these requirements, this paper suggests a unified index scheme unifying the main memory and the disk as well as migration policies for migrating part of the index from the memory to the disk during a restriction in memory space. Migration policy determines a group of nodes, called the migration subtree, and migrates the group as a unit to reduce disk I/O. This method takes advantage of bulk operations and dynamic clustering. The unified index is created by applying various migration policies. This paper measures and compares the performance of the migration policies using experimental evaluation.