scispace - formally typeset
Proceedings ArticleDOI

Pregel: a system for large-scale graph processing

Reads0
Chats0
TLDR
A model for processing large graphs that 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.
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.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Scalable Multi-threaded Community Detection in Social Networks

TL;DR: This work improves performance of their parallel community detection algorithm by 20% on the massively multithreaded Cray XMT, evaluates its performance on the next-generation CrayXMT2, and extends its reach to Intel-based platforms with OpenMP.
Journal ArticleDOI

Benchmarking Big Data Systems: A Review

TL;DR: This paper attempts to fill the void by presenting a review of the state-of-the-art big data benchmarking efforts by giving an overview of popular open-source benchmarks from the point of view of big data systems.
Proceedings ArticleDOI

Fast iterative graph computation: a path centric approach

TL;DR: The experimental results show that the path-centric approach outperforms vertex centric and edge-centric systems on a number of graph algorithms for both in-memory and out-of-core graphs.
Proceedings ArticleDOI

Making state explicit for imperative big data processing

TL;DR: The idea is to infer the dataflow and the types of state accesses from a Java program and use this information to generate a stateful dataflow graph (SDG), and it is shown that the performance of SDGs for several imperative online applications matches that of existing data-parallel processing frameworks.
Journal ArticleDOI

Iterative big data clustering algorithms: a review

TL;DR: It is believed that no well‐rounded review provides a significant comparison among parallel clustering algorithms using MapReduce, and this work aims to serve as a stepping stone for researchers who are studying big data clusteringgorithms.
References
More filters
Journal ArticleDOI

A note on two problems in connexion with graphs

TL;DR: A tree is a graph with one and only one path between every two nodes, where at least one path exists between any two nodes and the length of each branch is given.
Journal ArticleDOI

MapReduce: simplified data processing on large clusters

TL;DR: This paper presents the implementation of MapReduce, a programming model and an associated implementation for processing and generating large data sets that runs on a large cluster of commodity machines and is highly scalable.
Journal ArticleDOI

MapReduce: simplified data processing on large clusters

TL;DR: This presentation explains how the underlying runtime system automatically parallelizes the computation across large-scale clusters of machines, handles machine failures, and schedules inter-machine communication to make efficient use of the network and disks.
Journal ArticleDOI

The anatomy of a large-scale hypertextual Web search engine

TL;DR: This paper provides an in-depth description of Google, a prototype of a large-scale search engine which makes heavy use of the structure present in hypertext and looks at the problem of how to effectively deal with uncontrolled hypertext collections where anyone can publish anything they want.
Journal Article

The Anatomy of a Large-Scale Hypertextual Web Search Engine.

Sergey Brin, +1 more
- 01 Jan 1998 - 
TL;DR: Google as discussed by the authors is a prototype of a large-scale search engine which makes heavy use of the structure present in hypertext and is designed to crawl and index the Web efficiently and produce much more satisfying search results than existing systems.
Related Papers (5)