Skip to main navigation Skip to search Skip to main content

PaIndex: An online index system for vehicle trajectory data exploiting parallelism

  • Beihang University

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

Abstract

The rapid development and adoption of location-acquisition and mobile sensing technologies have enabled the tracking of vehicle movement. Massive trajectory data are collected and uploaded to central servers continually in IOV (Internet of Vehicles) scenario, and many IOV applications such as traffic congestion management have range query demands to these data. How to make these queries efficient is a critical and challenging problem. Most existing studies or systems generally put all the entries together when building index, which is not suitable for concurrent access and results in low index insert performance as well as high query latency. And in fact, many applications are characterized as only need the most recent data, it is unnecessary for the index system to manage all the data. So in this paper, we design an online index system for vehicle trajectory data, named PaIndex. Through partitioning technique that maintains data locality, PaIndex can significantly reduce the time cost of range query and support high insert throughput by parallel operations. Taking the advantage of large memory available in modern machines, we maintain the trajectory data and its corresponding index of the past several days in memory, and older ones are kept in disk. Firstly, our index is organized as regular partitioned grids and a temporal index is maintained under a grid if there are data inside that grid. Secondly, to further reduce cost we proceed to partition the temporal index as Time Range Buckets. Finally, in each Time Range Bucket, we index the data with a B+ tree. By this multi-level partitioning technique, we can process insertions or queries between grids or Time Range Partitions in parallel. The experiments conducted on the real-world IOV dataset demonstrate the effectiveness and efficiency of our method.

Original languageEnglish
Title of host publication2017 4th International Conference on Systems and Informatics, ICSAI 2017
PublisherInstitute of Electrical and Electronics Engineers Inc.
Pages696-703
Number of pages8
ISBN (Electronic)9781538611074
DOIs
StatePublished - 28 Jun 2017
Event4th International Conference on Systems and Informatics, ICSAI 2017 - Hangzhou, China
Duration: 11 Nov 201713 Nov 2017

Publication series

Name2017 4th International Conference on Systems and Informatics, ICSAI 2017
Volume2018-January

Conference

Conference4th International Conference on Systems and Informatics, ICSAI 2017
Country/TerritoryChina
CityHangzhou
Period11/11/1713/11/17

UN SDGs

This output contributes to the following UN Sustainable Development Goals (SDGs)

  1. SDG 9 - Industry, Innovation, and Infrastructure
    SDG 9 Industry, Innovation, and Infrastructure

Keywords

  • IOV
  • Insertion
  • Multi-Dimensional Index
  • Parallelism
  • Partition
  • Range Query
  • Trajectory data

Fingerprint

Dive into the research topics of 'PaIndex: An online index system for vehicle trajectory data exploiting parallelism'. Together they form a unique fingerprint.

Cite this