Answering pattern match queries in large graph databases via graph embedding

Lei Zou,Lei Chen,M. Tamer Özsu,Dongyan Zhao
DOI: https://doi.org/10.1007/s00778-011-0238-6
2011-01-01
The VLDB Journal
Abstract:The growing popularity of graph databases has generated interesting data management problems, such as subgraph search, shortest path query, reachability verification, and pattern matching. Among these, a pattern match query is more flexible compared with a subgraph search and more informative compared with a shortest path or a reachability query. In this paper, we address distance-based pattern match queries over a large data graph G . Due to the huge search space, we adopt a filter-and-refine framework to answer a pattern match query over a large graph. We first find a set of candidate matches by a graph embedding technique and then evaluate these to find the exact matches. Extensive experiments confirm the superiority of our method.
What problem does this paper attempt to address?