2013 EfficientSingleSourceShortestPa
- (Zhu et al., 2013) ⇒ Andy Diwen Zhu, Xiaokui Xiao, Sibo Wang, and Wenqing Lin. (2013). “Efficient Single-source Shortest Path and Distance Queries on Large Graphs.” In: Proceedings of the 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ISBN:978-1-4503-2174-7 doi:10.1145/2487575.2487665
Subject Headings:
Notes
Cited By
- http://scholar.google.com/scholar?q=%222013%22+Efficient+Single-source+Shortest+Path+and+Distance+Queries+on+Large+Graphs
- http://dl.acm.org/citation.cfm?id=2487575.2487665&preflayout=flat#citedby
Quotes
Author Keywords
Abstract
This paper investigates two types of graph queries: single source distance (SSD) queries and single source shortest path (SSSP) queries. Given a node v in a graph G, an SSD query from v asks for the distance from $v$ to any other node in G, while an SSSP query retrieve]]s the shortest path from v to any other node. These two types of queries find important applications in graph analysis, especially in the computation of graph measures. Most of the existing solutions for SSD and SSSP queries, however, require that the input graph fits in the main memory, which renders them inapplicable for the massive disk-resident graphs commonly used in web and social applications. There are several techniques that are designed to be I/O efficient, but they all focus on undirected and/or unweighted graphs, and they only offer sub-optimal query efficiency. To address the deficiency of existing work, this paper presents Highways-on-Disk (HoD), a disk-based index that supports both SSD and SSSP queries on directed and weighted graphs. The key idea of HoD is to augment the input graph with a set of auxiliary edges, and exploit them during query processing to reduce I/O and computation costs. We experimentally evaluate HoD on both directed and undirected real-world graphs with up to billions of nodes and edges, and we demonstrate that HoD significantly outperforms alternative solutions in terms of query efficiency.
References
;
Author | volume | Date Value | title | type | journal | titleUrl | doi | note | year | |
---|---|---|---|---|---|---|---|---|---|---|
2013 EfficientSingleSourceShortestPa | Andy Diwen Zhu Xiaokui Xiao Sibo Wang Wenqing Lin | Efficient Single-source Shortest Path and Distance Queries on Large Graphs | 10.1145/2487575.2487665 | 2013 |