Title :
3-Hop: A Novel Hop-Based Reachability Index
Author :
Xiaorui Jiang ; Xiaoping Sun ; Qiang Zeng ; Hai Zhuge
Author_Institution :
Sch. of Inf. Eng., Zhejiang Univ. of Technol., Hangzhou, China
Abstract :
A reachability query is to ask whether there exists a path between two nodes in a directed graph. To build a compact index for efficiently handling reachability queries, most existing approaches label the nodes of a small induced subgraph as the base index to cover a portion of transitive information and then either explicitly store or encode the remaining transitive information into a complementary index. Although hop-based methods have the most compact index size, they inevitably suffer from big index construction costs in terms of long indexing time and huge memory consumption. This paper proposes a new hop-based indexing scheme 3-Hop* that greatly reduces index construction costs than state-of-the-art hop-based indices. 3-Hop* first extracts a planar induces subgraph which consists of a spanning tree and the set of short non-tree edges to label graph nodes for covering more reachability information in the base index as well as providing more hop choices for building the complementary index. Then, an efficient labeling algorithm is proposed for encoding the remaining transitive information with a smaller index size based on the up-per-bound density heuristic and early-stop hop selection strategy. Extensive experiments over real and synthetic datasets show that 3-Hop* is the most efficient and effective hop-based reachability indexing method scalable for large sparse graphs.
Keywords :
directed graphs; indexing; query processing; reachability analysis; directed graph; early-stop hop selection strategy; huge memory consumption; labeling algorithm; long indexing time; novel hop-based reachability indexing method; planar induces subgraph; reachability query; small induced subgraph; upper-bound density heuristic algorithm; Algorithm design and analysis; Indexing; Labeling; Memory management; Query processing; Solids;
Conference_Titel :
Semantics, Knowledge and Grids (SKG), 2013 Ninth International Conference on
Conference_Location :
Beijing
DOI :
10.1109/SKG.2013.21