Analysis of Data Structures Involved in RPQ Evaluation.

Research output: Contribution to book/conference proceedings/anthology/reportConference contributionContributedpeer-review

Contributors

  • Frank Tetzel - , TUD Dresden University of Technology (Author)
  • Hannes Voigt - , Chair of Databases (Author)
  • Marcus Paradies - , German Aerospace Center (DLR) - Stand­ort Je­na (Author)
  • Romans Kasperovics - , SAP Research (Author)
  • Wolfgang Lehner - , Chair of Databases (Author)

Abstract

A fundamental ingredient of declarative graph query languages are regular path queries (RPQs). They provide an expressive yet compact way to match long and complex paths in a data graph by utilizing regular expressions. In this paper, we systematically explore and analyze the design space for the data structures involved in automaton-based RPQ evaluation. We consider three fundamental data structures used during RPQ processing: Adjacency lists for quick neighborhood exploration, visited data structure for cycle detection, and the representation of intermediate results. We conduct an extensive experimental evaluation on realistic graph data sets and systematically investigate various alternative data structure representations and implementation variants. We show that carefully crafted data structures which exploit the access pattern of RPQs lead to reduced peak memory consumption and evaluation time.

Details

Original languageEnglish
Title of host publicationDATA 2018 - Proceedings of the 7th International Conference on Data Science, Technology and Applications
EditorsJorge Bernardino, Christoph Quix
PublisherSCITEPRESS - Science and Technology Publications
Pages334-343
Number of pages10
ISBN (electronic)9789897583186
Publication statusPublished - 2018
Peer-reviewedYes

Conference

Title7th International Conference on Data Science, Technology and Applications, DATA 2018
Duration26 - 28 July 2018
CityPorto
CountryPortugal

External IDs

Scopus 85071499724
ORCID /0000-0001-8107-2775/work/142253473

Keywords

Keywords

  • Experimental analysis, Graph data management, Regular path queries