Subgraph Search over Massive Disk Resident Graphs

Peng,Lei Zou,Lei Chen,Xuemin Lin,Dongyan Zhao
DOI: https://doi.org/10.1007/978-3-642-22351-8_19
2011-01-01
Abstract:Due to the wide applications, subgraph queries have attracted lots of attentions in database community. In this paper, we focus on subgraph queries over a large graph G . Different from existing feature-based approaches, we propose a bitmap structure based on edges to index the graph. At run time, we decompose Q into a set of adjacent edge pairs (AEP). We develop edge join (EJ) algorithms to address AEP subqueries. The bitmap index can reduce both I/O and CPU cost. More importantly, the bitmap index has the linear space complexity instead of the exponential complexity in feature-based approaches, which confirms its good scalability. Extensive experiments show that our method outperforms existing ones in both online and offline performances significantly.
What problem does this paper attempt to address?