错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

DF* PageRank: Incrementally Expanding Approaches for Updating PageRank on Dynamic Graphs

  • Subhajit Sahu,
  • Kishore Kothapalli,
  • Hemalatha Eedi,
  • Sathya Peri

摘要

PageRank is a widely used centrality measure that assesses the significance of vertices in a graph. Efficiently updating PageRank on dynamic graphs is essential for various applications due to the increasing scale of datasets. This paper introduces our Dynamic Frontier (DF) and Dynamic Frontier with Pruning (DF-P) approaches ( https://github.com/puzzlef/pagerank-openmp-dynamic ). Given a batch update comprising edge insertions and deletions, these approaches iteratively identify vertices likely to change their ranks with minimal overhead. On a server featuring a 64-core AMD EPYC-7742 processor, our approaches outperform Static and Dynamic Traversal PageRank by \(5.2\times \) / \(15.2\times \) and \(1.3\times \) / \(3.5\times \) respectively - on real-world dynamic graphs, and by \(7.2\times \) / \(9.6\times \) and \(4.0\times \) / \(5.6\times \) on large static graphs with random batch updates. Our approaches scale at a rate of \(1.8\times \) / \(1.7\times \) for every doubling of threads.