Computing connected components is a core operation on graph data. Since billion-scale graphs cannot be resident in memory of a single server, several approaches based on distributed machines have recently been proposed. The representative methods are Hash-To-Min and PowerGraph. Hash-To-Min is the state-of-the art disk-based distributed method which minimizes the number of MapReduce rounds. PowerGraph is the-state-of-the-art in-memory distributed system, which is typically faster than the disk-based distributed one, however, requires a lot of machines for handling billion-scale graphs. In this paper, we propose an I/O efficient parallel algorithm for billion-scale graphs in a single PC. We first propose the Disk-based Sequential access-orien...
Abstract. Tackling the current volume of graph-structured data requires parallel tools. We extend ou...
Designing distributed graph systems has drawn a lot of research interests due to the strong expressi...
International audienceThe need for managing massive attributed graphs is becoming common in many are...
Computing connected components (CC) is a core operation on graph data. Since billion-scale graphs ca...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
More and more large data collections are gathered worldwide in various IT systems. Many of them poss...
Research areas: Graph mining algorithmsLarge graphs with billions of nodes and edges are increasingl...
Efficiently storing and processing massive graph data sets is a challenging problem as researchers ...
Current systems for graph computation require a distributed computing cluster to handle very large r...
Efficiently processing large graphs is challenging, since parallel graph algorithms suffer from poor...
Iterative computation on large graphs has challenged system research from two aspects: (1) how to co...
Abstract—Graph analysis performs many random reads and writes, thus these workloads are typically pe...
Finding connected components is a fundamental task in applications dealing with graph analytics, suc...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
Abstract. Tackling the current volume of graph-structured data requires parallel tools. We extend ou...
Designing distributed graph systems has drawn a lot of research interests due to the strong expressi...
International audienceThe need for managing massive attributed graphs is becoming common in many are...
Computing connected components (CC) is a core operation on graph data. Since billion-scale graphs ca...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
More and more large data collections are gathered worldwide in various IT systems. Many of them poss...
Research areas: Graph mining algorithmsLarge graphs with billions of nodes and edges are increasingl...
Efficiently storing and processing massive graph data sets is a challenging problem as researchers ...
Current systems for graph computation require a distributed computing cluster to handle very large r...
Efficiently processing large graphs is challenging, since parallel graph algorithms suffer from poor...
Iterative computation on large graphs has challenged system research from two aspects: (1) how to co...
Abstract—Graph analysis performs many random reads and writes, thus these workloads are typically pe...
Finding connected components is a fundamental task in applications dealing with graph analytics, suc...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
Abstract. Tackling the current volume of graph-structured data requires parallel tools. We extend ou...
Designing distributed graph systems has drawn a lot of research interests due to the strong expressi...
International audienceThe need for managing massive attributed graphs is becoming common in many are...