π€ AI Summary
To address the challenge of high-throughput, low-latency shortest-path queries on large-scale dynamic road networks, this paper proposes a co-optimization framework integrating hierarchical graph partitioning and indexing. Our key contributions are: (1) the Partitioned Shortest Path (PSP) indexβthe first to enable efficient cross-partition queries; (2) Partitioned Multi-level Hub Labeling (PMHL) and Post-Partitioning MHL (PostMHL), jointly optimizing index construction, dynamic updates, and query processing; and (3) a theoretical upper bound on cross-partition query efficiency. Evaluated on real-world road network datasets, our approach achieves up to 100Γ higher query throughput than state-of-the-art methods, reduces average response latency by one to two orders of magnitude, and supports millisecond-scale incremental updates.
π 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.