2017
DOI: 10.1007/s00778-017-0468-3
|View full text |Cite
|
Sign up to set email alerts
|

Reachability querying: an independent permutation labeling approach

Abstract: Reachability query is a fundamental graph operation which answers whether a vertex can reach another vertex over a large directed graph G with n vertices and m edges, and has been extensively studied. In the literature, all the approaches compute a label for every vertex in a graph G by index construction offline. The query time for answering reachability queries online is affected by the quality of the labels computed in index construction. The three main costs are the index construction time, the index size,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
42
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 48 publications
(45 citation statements)
references
References 39 publications
(73 reference statements)
0
42
0
Order By: Relevance
“…TopChain has a linear index construction time and linear index size, which makes the method scalable. TopChain significantly outperforms the state-of-the-art indexes [14], [16], [11], [17], [19], [20], and supports efficient dynamic update. As temporal graphs can be used to model many networks with time-ordered activities, TopChain is a useful tool for querying and analyzing these graphs.…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…TopChain has a linear index construction time and linear index size, which makes the method scalable. TopChain significantly outperforms the state-of-the-art indexes [14], [16], [11], [17], [19], [20], and supports efficient dynamic update. As temporal graphs can be used to model many networks with time-ordered activities, TopChain is a useful tool for querying and analyzing these graphs.…”
Section: Discussionmentioning
confidence: 99%
“…Existing reachability indexes can be categorized into three groups: (1)Transitive Closure, (2)2-Hop Labels, and (3)La-bel+Search. We compare with the state-of-the-art indexes in each category: PWAH8 [16] in (1); TOL [20] in (2); and GRAIL++ [19], Ferrari [14] and IP+ [17] in (3). We obtained the source codes from the authors.…”
Section: A Performance On Reachability Queriesmentioning
confidence: 99%
See 1 more Smart Citation
“…The index-based algorithms create labels for the vertices, and such labels contain the reachability information. These algorithms can be divided into Label-only and Label+G methods [19]. The label-only [1,3,4,8,[10][11][12][13]20] methods use the labels of source and destination vertices only to answer reachability.…”
Section: Index-based Approachmentioning
confidence: 99%
“…Existing work on P2P reachability indexing combines graph traversal with vertex-label based pruning in order to be scalable, such as [43,34]. Due to the requirement of graph traversal, the graph and the vertex labels have to reside in main memory, and for massive graphs, one has to resort to a distributed main-memory system.…”
Section: P2p Reachabilitymentioning
confidence: 99%