|国家预印本平台
| 注册
首页|Robust Recursive Query Parallelism in Graph Database Management Systems

Robust Recursive Query Parallelism in Graph Database Management Systems

Robust Recursive Query Parallelism in Graph Database Management Systems

来源:Arxiv_logoArxiv
英文摘要

Efficient multi-core parallel processing of recursive join queries is critical for achieving good performance in graph database management systems (GDBMSs). Prior work adopts two broad approaches. First is the state of the art morsel-driven parallelism, whose vanilla application in GDBMSs parallelizes computations at the source node level. Second is to parallelize each iteration of the computation at the frontier level. We show that these approaches can be seen as part of a design space of morsel dispatching policies based on picking different granularities of morsels. We then empirically study the question of which policies parallelize better in practice under a variety of datasets and query workloads that contain one to many source nodes. We show that these two policies can be combined in a hybrid policy that issues morsels both at the source node and frontier levels. We then show that the multi-source breadth-first search optimization from prior work can also be modeled as a morsel dispatching policy that packs multiple source nodes into multi-source morsels. We implement these policies inside a single system, the Kuzu GDBMS, and evaluate them both within Kuzu and across other systems. We show that the hybrid policy captures the behavior of both source morsel-only and frontier morsel-only policies in cases when these approaches parallelize well, and out-perform them on queries when they are limited, and propose it as a robust approach to parallelizing recursive queries. We further show that assigning multi-sources is beneficial, as it reduces the amount of scans, but only when there is enough sources in the query.

Anurag Chakraborty、Semih Salihoğlu

计算技术、计算机技术

Anurag Chakraborty,Semih Salihoğlu.Robust Recursive Query Parallelism in Graph Database Management Systems[EB/OL].(2025-08-26)[2025-09-06].https://arxiv.org/abs/2508.19379.点此复制

评论