Evaluating Hybrid Graph Pattern Queries Using Runtime Index Graphs
Xiaoying Wu, Dimitri Theodoratos, Nikos Mamoulis, Michael Lan

TL;DR
This paper introduces a novel, efficient method for evaluating hybrid graph pattern queries using runtime index graphs, significantly improving performance over existing systems.
Contribution
It presents a new approach with a lightweight, on-the-fly index structure and a multi-way join algorithm for flexible and efficient graph pattern matching.
Findings
Outperforms existing graph query systems in efficiency
Supports higher expressiveness with hybrid pattern matching
Reduces intermediate result explosion during query evaluation
Abstract
Graph pattern matching is a fundamental operation for the analysis and exploration ofdata graphs. In thispaper, we presenta novel approachfor efficiently finding homomorphic matches for hybrid graph patterns, where each pattern edge may be mapped either to an edge or to a path in the input data, thus allowing for higher expressiveness and flexibility in query formulation. A key component of our approach is a lightweight index structure that leverages graph simulation to compactly encode the query answer search space. The index can be built on-the-fly during query execution and does not have to be persisted to disk. Using the index, we design a multi-way join algorithm to enumerate query solutions without generating any potentially exploding intermediate results. We demonstrate through extensive experiments that our approach can efficiently evaluate a wide range / broad spectrum of graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Advanced Database Systems and Queries · Data Management and Algorithms
