Towards Efficient Subgraph Search In Cloud Computing Environments

Yifeng Luo,Jihong Guan,Shuigeng Zhou
DOI: https://doi.org/10.1007/978-3-642-20244-5_2
2011-01-01
Abstract:This paper proposes an efficient approach to subgraph search over a large graph database under the MapReduce framework. The main idea is first to build inverted edge indexes for graphs in the database, and then to retrieve data only related to the query subgraph by using the built indexes to answer the query. Experimental results show that the proposed approach has good performance and scalability.
What problem does this paper attempt to address?