DBApr 12

gMatch: Fine-Grained and Hardware-Efficient Subgraph Matching on GPUs

arXiv:2604.1060164.2h-index: 4
Predicted impact top 12% in DB · last 90 daysOriginality Incremental advance
AI Analysis

For graph analytics practitioners, gMatch provides a more scalable and efficient GPU solution for subgraph matching, addressing memory and utilization bottlenecks in coarse-grained models.

gMatch introduces a fine-grained execution model for GPU-based subgraph matching, reducing memory overhead and improving thread utilization. It outperforms state-of-the-art methods like STMatch, T-DFS, and EGSM in performance and scalability, and scales to larger queries where existing approaches fail.

Subgraph matching is a core operation in graph analytics, supporting a broad spectrum of applications from social network analysis to bioinformatics. Recent GPU-based approaches accelerate subgraph matching by leveraging parallelism but rely on a coarse-grained execution model that suffers from scalability and efficiency issues due to high memory overhead and thread underutilization. In this paper, we propose gMatch, a hardware-efficient subgraph matching approach on GPUs. gMatch introduces a fine-grained execution model that reduces memory consumption and enables flexible task scheduling among threads. We further design warp-level batch exploration and lightweight load balancing to improve execution efficiency and scalability. Experiments on diverse workloads and real-world datasets show that gMatch outperforms state-of-the-art subgraph matching methods, including STMatch, T-DFS, and EGSM, in both performance and scalability. We also compare against state-of-the-art systems for mining small patterns, such as BEEP and G$^2$Miner. While these systems achieve better performance on small datasets, gMatch scales to substantially larger queries and datasets, where existing approaches degrade or fail to complete.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes