English

High Throughput Shortest Distance Query Processing on Large Dynamic Road Networks

Databases 2025-02-18 v2

Abstract

Shortest path (SP) computation is the building block for many location-based services, and achieving high throughput SP query processing with real-time response is crucial for those services. However, existing solutions can hardly handle high throughput queries on large dynamic road networks due to either slow query efficiency or poor dynamic adaption. In this paper, we leverage graph partitioning and propose novel Partitioned Shortest Path (PSP) indexes to address this problem. Specifically, we first put forward a cross-boundary strategy to accelerate the query processing of PSP index and analyze its efficiency upper bound theoretically. After that, we propose a non-trivial Partitioned Multi-stage Hub Labeling (PMHL) that subtly aggregates multiple PSP strategies to achieve fast index maintenance and consecutive query efficiency improvement during index update. Lastly, to further optimize throughput, we design tree decomposition-based graph partitioning and propose Post-partitioned MHL (PostMHL) with faster query processing and index update. Experiments on real-world road networks show that our methods outperform state-of-the-art baselines in query throughput, yielding up to 2 orders of magnitude improvement.

Keywords

Cite

@article{arxiv.2409.06148,
  title  = {High Throughput Shortest Distance Query Processing on Large Dynamic Road Networks},
  author = {Xinjie Zhou and Mengxuan Zhang and Lei Li and Xiaofang Zhou},
  journal= {arXiv preprint arXiv:2409.06148},
  year   = {2025}
}

Comments

This paper has been accepted by ICDE 2025

R2 v1 2026-06-28T18:39:21.151Z