vix.ing · top · new · best · stats

Compressed k2-Triples for Full-In-Memory RDF Engines

2011/05/20 by Sandra Álvarez-García, Álvarez-García, Sandra, Nieves R. Brisaboa +5
Computer Science · #Databases (cs.DB) #FOS: Computer and information sciences #Information Retrieval (cs.IR) #cs.DB #cs.IR

paper · pdf · doi:10.48550/arxiv.1105.4004

In Proc. of AMCIS'2011

arxiv created 2011/05/20 · arxiv updated 2011/05/23

Abstract

Current "data deluge" has flooded the Web of Data with very large RDF datasets. They are hosted and queried through SPARQL endpoints which act as nodes of a semantic net built on the principles of the Linked Data project. Although this is a realistic philosophy for global data publishing, its query performance is diminished when the RDF engines (behind the endpoints) manage these huge datasets. Their indexes cannot be fully loaded in main memory, hence these systems need to perform slow disk accesses to solve SPARQL queries. This paper addresses this problem by a compact indexed RDF structure (called k2-triples) applying compact k2-tree structures to the well-known vertical-partitioning technique. It obtains an ultra-compressed representation of large RDF graphs and allows SPARQL queries to be full-in-memory performed without decompression. We show that k2-triples clearly outperforms state-of-the-art compressibility and traditional vertical-partitioning query resolution, remaining very competitive with multi-index solutions.

Related