ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2002.07800
48
11
v1v2 (latest)

Dynamic Graph Algorithms with Batch Updates in the Massively Parallel Computation Model

18 February 2020
Krzysztof Nowicki
Krzysztof Onak
ArXiv (abs)PDFHTML
Abstract

We study dynamic graph algorithms in the Massively Parallel Computation model (MPC), inspired by practical data processing systems. Our goal is to provide algorithms that can efficiently handle large batches of edge insertions and deletions. We show algorithms that require fewer rounds to update a solution to problems such as Minimum Spanning Forest and Maximal Matching than would be required by their static counterparts to compute it from scratch. They work in the most restrictive memory regime, in which local memory per machine is strongly sublinear in the number of graph vertices. Improving on the size of the batch they can handle would improve on the round complexity of known static algorithms on sparse graphs. More precisely, we provide O(1)O(1)O(1) round algorithms that can process a batch of updated of size O(S)O(S)O(S) for the Minimum Spanning Forest problem and a batch of updates of size O(S1−ε)O(S^{1-\varepsilon})O(S1−ε) for the Maximal Matching problem, where SSS is the limit on the local memory of a single machine.

View on arXiv
Comments on this paper