Ailabel: A Fast Interval Labeling Approach For Reachability Query On Very Large Graphs

Feng Shuo,Xie Ning,Shen De-Rong,Li Nuo,Kou Yue,Yu Ge
DOI: https://doi.org/10.1007/978-3-319-25255-1_46
2015-01-01
Abstract:Recently, reachability queries on large graphs have attracted much attention. Many state-of-the-art approaches leverage spanning tree to construct indexes. However, almost all of these work require indexes and original graph in memory simultaneously, which will limit the scalability. Thus, a new interval labeling approach called AILabel (Augmented Interval Label) is proposed in this paper. AILabel labels each node with quadruples. Index construction time of AILabel is O(m+n), which requires only one traversal through the graph. Besides, AILabel only needs index to answer the queries. We further proposed an approach D-AILabel based on AILabel to handle reachability queries on dynamic graph. Finally, experiments on real and synthetic datasets are conducted and prove that AILabel can efficiently scale to large graph and reachability queries on dynamic graph can be effectively handled by D-AILabel.
What problem does this paper attempt to address?