跳到主要导航 跳到搜索 跳到主要内容

SympleGraph: Distributed graph processing with precise loop-carried dependency guarantee

  • University of Southern California
  • Northeastern University

科研成果: 书/报告/会议事项章节会议稿件同行评审

摘要

Graph analytics is an important way to understand relationships in real-world applications. At the age of big data, graphs have grown to billions of edges. This motivates distributed graph processing. Graph processing frameworks ask programmers to specify graph computations in user- defined functions (UDFs) of graph-oriented programming model. Due to the nature of distributed execution, current frameworks cannot precisely enforce the semantics of UDFs, leading to unnecessary computation and communication. In essence, there exists a gap between programming model and runtime execution. This paper proposes SympleGraph, a novel distributed graph processing framework that precisely enforces loop-carried dependency, i.e., when a condition is satisfied by a neighbor, all following neighbors can be skipped. SympleGraph instruments the UDFs to express the loop-carried dependency, then the distributed execution framework enforces the precise semantics by performing dependency propagation dynamically. Enforcing loop-carried dependency requires the sequential processing of the neighbors of each vertex distributed in different nodes. Therefore, the major challenge is to enable sufficient parallelism to achieve high performance. We propose to use circulant scheduling in the framework to allow different machines to process disjoint sets of edges/vertices in parallel while satisfying the sequential requirement. It achieves a good trade-off between precise semantics and parallelism. The significant speedups in most graphs and algorithms indicate that the benefits of eliminating unnecessary computation and communication overshadow the reduced parallelism. Communication efficiency is further optimized by 1) selectively propagating dependency for large-degree vertices to increase net benefits; 2) double buffering to hide communication latency. In a 16-node cluster, SympleGraph outperforms the state-of-the-art system Gemini and D-Galois on average by 1.42× and 3.30×, and up to 2.30× and 7.76×, respectively. The communication reduction compared to Gemini is 40.95% on average and up to 67.48%.

源语言英语
主期刊名PLDI 2020 - Proceedings of the 41st ACM SIGPLAN Conference on Programming Language Design and Implementation
编辑Alastair F. Donaldson, Emina Torlak
出版商Association for Computing Machinery
592-607
页数16
ISBN(电子版)9781450376136
DOI
出版状态已出版 - 11 6月 2020
活动41st ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2020 - London, 英国
期限: 15 6月 202020 6月 2020

出版系列

姓名Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)

会议

会议41st ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2020
国家/地区英国
London
时期15/06/2020/06/20

学术指纹

探究 'SympleGraph: Distributed graph processing with precise loop-carried dependency guarantee' 的科研主题。它们共同构成独一无二的学术指纹。

引用此