English

cuRPQ: A High-Performance GPU-Based Framework for Processing Regular and Conjunctive Regular Path Queries

Databases 2026-02-25 v1

Abstract

Regular path queries (RPQs) are fundamental for path-constrained reachability analysis, and more complex variants such as conjunctive regular path queries (CRPQs) are increasingly used in graph analytics. Evaluating these queries is computationally expensive, but to the best of our knowledge, no prior work has explored GPU acceleration. In this paper, we propose cuRPQ, a high-performance GPU-optimized framework for processing RPQs and CRPQs. cuRPQ addresses the key GPU challenges through a novel traversal algorithm, an efficient visited-set management scheme, and a concurrent exploration-materialization strategy. Extensive experiments show that cuRPQ outperforms state-of-the-art methods by orders of magnitude, without out-of-memory errors.

Keywords

Cite

@article{arxiv.2602.20748,
  title  = {cuRPQ: A High-Performance GPU-Based Framework for Processing Regular and Conjunctive Regular Path Queries},
  author = {Sungwoo Park and Seohyeon Kim and Min-Soo Kim},
  journal= {arXiv preprint arXiv:2602.20748},
  year   = {2026}
}

Comments

Accepted at SIGMOD 2026. 16 pages, 18 figures