PAPER DIGEST
Most Influential SIGMOD 2020 Paper · 2026-03 edition

In-Memory Subgraph Matching: An In-depth Study

Shixuan Sun; Qiong Luo

Venue
ACM SIGMOD Conference (SIGMOD) 2020
Recognition
Most Influential SIGMOD 2020 Paper (Rank No. 6)
Edition
2026-03
Impact factor
4
Certificate ID
3d77419582a8ae5f

Abstract

We study the performance of eight representative in-memory subgraph matching algorithms. Specifically, we put QuickSI, GraphQL, CFL, CECI, DP-iso, RI and VF2++ in a common framework to compare them on the following four aspects: (1) method of filtering candidate vertices in the data graph; (2) method of ordering query vertices; (3) method of enumerating partial results; and (4) other optimization techniques. Then, we compare the overall performance of these algorithms with Glasgow, an algorithm based on the constraint programming. Through experiments, we find that (1) the filtering method of GraphQL is competitive to that of the latest algorithms CFL, CECI and DP-iso in terms of pruning power; (2) the ordering methods in GraphQL and RI are usually the most effective; (3) the set intersection based local candidate computation in CECI and DP-iso performs the best in the enumeration; and (4) the failing sets pruning in DP-iso can significantly improve the performance when queries become large. Our source code is publicly available at https://github.com/RapidsAtHKUST/SubgraphMatching.

Download PDF certificate