gbase: an efficient analysis platform for large graphs

  • Authors:
  • U. Kang;Hanghang Tong;Jimeng Sun;Ching-Yung Lin;Christos Faloutsos

  • Affiliations:
  • Carnegie Mellon University, Pittsburgh, USA;IBM T. J. Watson, Yorktown Heights, USA;IBM T. J. Watson, Yorktown Heights, USA;IBM T. J. Watson, Yorktown Heights, USA;Carnegie Mellon University, Pittsburgh, USA

  • Venue:
  • The VLDB Journal — The International Journal on Very Large Data Bases
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Graphs appear in numerous applications including cyber security, the Internet, social networks, protein networks, recommendation systems, citation networks, and many more. Graphs with millions or even billions of nodes and edges are common-place. How to store such large graphs efficiently? What are the core operations/queries on those graph? How to answer the graph queries quickly? We propose Gbase, an efficient analysis platform for large graphs. The key novelties lie in (1) our storage and compression scheme for a parallel, distributed settings and (2) the carefully chosen graph operations and their efficient implementations. We designed and implemented an instance of Gbase using Mapreduce/Hadoop. Gbase provides a parallel indexing mechanism for graph operations that both saves storage space, as well as accelerates query responses. We run numerous experiments on real and synthetic graphs, spanning billions of nodes and edges, and we show that our proposed Gbase is indeed fast, scalable, and nimble, with significant savings in space and time.