Pontificia Universidad Católica de Chile Pontificia Universidad Católica de Chile
Aidan Hogan, Cristian Riveros, Carlos Rojas, Adrián Soto: A Worst-Case Optimal Join Algorithm for SPARQL. ISWC (1) 2019: 258-275 (2019)

A Worst-Case Optimal Join Algorithm for SPARQL

Revista : 18th International Semantic Web Conference (ISWC)
Páginas : 59--73
Tipo de publicación : Conferencia No DCC Ir a publicación

Abstract

Worst-case optimal multiway join algorithms have recently gained a lot of attention in the database literature. These algorithms not only offer strong theoretical guarantees of efficiency, but have also been empirically demonstrated to significantly improve query runtimes for relational and graph databases. Despite these promising theoretical and practical results, however, the Semantic Web community has yet to adopt such techniques; to the best of our knowledge, no native RDF database currently supports such join algorithms, where in this paper we demonstrate that this should change. We propose a novel procedure for evaluating SPARQL queries based on an existing worst-case join algorithm called Leapfrog Triejoin. We propose an adaptation of this algorithm for evaluating SPARQL queries, and implement it in Apache Jena. We then present experiments over the Berlin and WatDiv SPARQL benchmarks, and a novel benchmark that we propose based on Wikidata that is designed to provide insights into join performance for a more diverse set of basic graph patterns. Our results show that with this new join algorithm, Apache Jena often runs orders of magnitude faster than the base version and two other SPARQL engines: Virtuoso and Blazegraph.