How Fast Can You Update Your MST?
How Fast Can You Update Your MST?
复制标题
您更新 MST 的速度有多快?
DOI:
10.1145/3350755.3400240
复制
发表时间:
2020
期刊:
影响因子:
--
通讯作者:
L. Li
中科院分区:
文献类型:
--
作者:
Seth Gilbert;L. Li
Imagine a large graph that is being processed by a cluster of computers, e.g., described by the k-machine model or the Massively Parallel Computation Model. The graph, however, is not static; instead it is receiving a constant stream of updates. How fast can the cluster process the stream of updates? The fundamental question we want to ask in this paper is whether we can update the graph fast enough to keep up with the stream. We focus specifically on the problem of maintaining a minimum spanning tree (MST), and we give an algorithm for the k-machine model that can process O(k) graph updates per O(1) rounds with high probability. (And these results carry over to the Massively Parallel Computation (MPC) model.) We also show a lower bound, i.e., it is impossible to process k1+ε updates in O(1) rounds. Thus we provide a nearly tight answer to the question of how fast a cluster can respond to a stream of graph modifications while maintaining an MST.