Litcius/Paper detail

PSGraph: How Tencent trains extremely large-scale graphs with Spark?

Jiawei Jiang, Pin Xiao, Lele Yu, Xiao‐Sen Li, Jiefeng Cheng, Xupeng Miao, Zhipeng Zhang, Bin Cui

202023 citationsDOI

Abstract

Spark has extensively used in many applications of Tencent, due to its easy deployment, pipeline capability, and close integration with the Hadoop ecosystem. As the graph computing engine of Spark, GraphX is also widely deployed to process large-scale graph data in Tencent. However, when the size of the graph data is up to billion-scale, GraphX encounters serious performance degradation. Worse, Graphx cannot support the rising advancement of graph embedding (GE) and graph neural network (GNN) algorithms. To address these challenges, we develop a new graph processing system, called PSGraph, which uses Spark executor and PyTorch to perform calculation, and develops a distributed parameter server to store frequently accessed models. PSGraph can train extremely large-scale graph data in Tencent with the parameter server architecture, and enable the training of GE and GNN algorithms. Moreover, PSGraph still benefits from the advantages of Spark via staying inside the Spark ecosystem, and can directly replace GraphX without modification to the existing application framework. Our experiments show that PSGraph outperforms GraphX significantly.

Topics & Concepts

Computer scienceSPARK (programming language)ExecutorGraphSoftware deploymentEmbeddingGraph databaseDistributed computingPipeline (software)Theoretical computer scienceArtificial intelligenceOperating systemProgramming languageLawPolitical scienceGraph Theory and AlgorithmsAdvanced Graph Neural NetworksCloud Computing and Resource Management
PSGraph: How Tencent trains extremely large-scale graphs with Spark? | Litcius