Title :
RDF Data-Centric Storage
Author :
Levandoski, Justin J. ; Mokbel, Mohamed F.
Author_Institution :
Dept. of Comput. Sci. & Eng., Univ. of Minnesota, Minneapolis, MN, USA
Abstract :
The vision of the semantic Web has brought about new challenges at the intersection of Web research and data management. One fundamental research issue at this intersection is the storage of the resource description framework (RDF) data: the model at the core of the semantic Web. We present a data-centric approach for storage of RDF in relational databases. The intuition behind our approach is that each RDF dataset requires a tailored table schema that achieves efficient query processing by (1) reducing the need for joins in the query plan and (2) keeping null storage below a given threshold. Using a basic structure derived from the RDF data, we propose a two-phase algorithm involving clustering and partitioning. The clustering phase aims to reduce the need for joins in a query. The partitioning phase aims to optimize storage of extra (i.e., null) data in the underlying relational database. Our approach does not assume a particular query workload, relevant for RDF knowledge bases with a large number of ad-hoc queries. Extensive experimental evidence using three publicly available real-world RDF data sets (i.e., DBLP, DBPedia, and Uniprot) shows that our schema creation technique provides superior query processing performance compared to state-of-the art storage approaches. Further, our approach is easily implemented, and complements existing RDF-specific databases.
Keywords :
pattern clustering; query processing; relational databases; semantic Web; RDF data-centric storage; Web research; ad-hoc queries; data management; query processing; relational databases; resource description framework; semantic Web; Computer science; Conference management; Data engineering; Data models; Engineering management; Query processing; Relational databases; Resource description framework; Semantic Web; Web services;
Conference_Titel :
Web Services, 2009. ICWS 2009. IEEE International Conference on
Conference_Location :
Los Angeles, CA
Print_ISBN :
978-0-7695-3709-2
DOI :
10.1109/ICWS.2009.49