...
首页> 外文期刊>SIGKDD explorations >Efficient Single-Source Shortest Path and Distance Queries on Large Graphs
【24h】

Efficient Single-Source Shortest Path and Distance Queries on Large Graphs

机译:大图上的高效单源最短路径和距离查询

获取原文
获取原文并翻译 | 示例

摘要

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 inG, while an SSSP query retrieves 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.
机译:本文研究了两种图形查询:单源距离(SSD)查询和单源最短路径(SSSP)查询。给定图G中的节点v,来自v的SSD查询询问从v到G中任何其他节点的距离,而SSSP查询检索从v到任何其他节点的最短路径。这两类查询在图分析中,特别是在图量度的计算中找到重要的应用。但是,大多数现有的SSD和SSSP查询解决方案都要求输入图适合主存储器,这使其不适用于Web和社交应用程序中常用的大量磁盘驻留图。有几种旨在提高I / O效率的技术,但它们都专注于无向图和/或未加权图,并且它们仅提供次优的查询效率。为了解决现有工作的不足,本文提出了磁盘上的高速公路(HoD),这是一种基于磁盘的索引,同时支持有向图和加权图上的SSD和SSSP查询。 HoD的关键思想是用一组辅助边来扩充输入图,并在查询处理期间加以利用以减少I / O和计算成本。我们在多达数十亿个节点和边的有向和无向现实图上实验性地评估了HoD,并且证明了在查询效率方面,HoD明显优于其他解决方案。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号