Efficient graph management based on bitmap indices

  • Authors:
  • Norbert Martínez-Bazan;M. Ángel Águila-Lorente;Victor Muntés-Mulero;David Dominguez-Sal;Sergio Gómez-Villamor;Josep-L. Larriba-Pey

  • Affiliations:
  • DAMA-UPC, Universitat Politècnica de, Catalunya, Barcelona, Spain;DAMA-UPC, Universitat Politècnica de, Catalunya, Barcelona, Spain;CA Labs, Barcelona, Spain;DAMA-UPC, Universitat Politècnica de, Catalunya, Barcelona, Spain;Sparsity Technologies, Barcelona, Spain;DAMA-UPC, Universitat Politècnica de, Catalunya, Barcelona, Spain

  • Venue:
  • Proceedings of the 16th International Database Engineering & Applications Sysmposium
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The increasing amount of graph like data from social networks, science and the web has grown an interest in analyzing the relationships between different entities. New specialized solutions in the form of graph databases, which are generic and able to adapt to any schema as an alternative to RDBMS, have appeared to manage attributed multigraphs efficiently. In this paper, we describe the internals of DEX graph database, which is based on a representation of the graph and its attributes as maps and bitmap structures that can be loaded and unloaded efficiently from memory. We also present the internal operations used in DEX to manipulate these structures. We show that by using these structures, DEX scales to graphs with billions of vertices and edges with very limited memory requirements. Finally, we compare our graph-oriented approach to other approaches showing that our system is better suited for out-of-core typical graph-like operations.