@nosebrain

Pregel: a system for large-scale graph processing

, , , , , , and . Proceedings of the 2010 ACM SIGMOD International Conference on Management of data, page 135--146. New York, NY, USA, ACM, (2010)
DOI: 10.1145/1807167.1807184

Abstract

Many practical computing problems concern large graphs. Standard examples include the Web graph and various social networks. The scale of these graphs - in some cases billions of vertices, trillions of edges - poses challenges to their efficient processing. In this paper we present a computational model suitable for this task. Programs are expressed as a sequence of iterations, in each of which a vertex can receive messages sent in the previous iteration, send messages to other vertices, and modify its own state and that of its outgoing edges or mutate graph topology. This vertex-centric approach is flexible enough to express a broad set of algorithms. The model has been designed for efficient, scalable and fault-tolerant implementation on clusters of thousands of commodity computers, and its implied synchronicity makes reasoning about programs easier. Distribution-related details are hidden behind an abstract API. The result is a framework for processing large graphs that is expressive and easy to program.

Description

Pregel

Links and resources

Tags

community

  • @datentaste
  • @nosebrain
  • @michael-t-weber
  • @dblp
@nosebrain's tags highlighted