日本語
 
Help Privacy Policy ポリシー/免責事項
  詳細検索ブラウズ

アイテム詳細


公開

成果報告書

Distributed Processing of Generalized Graph-Pattern Queries in SPARQL 1.1

MPS-Authors
/persons/resource/persons44553

Gurajada,  Sairam
Databases and Information Systems, MPI for Informatics, Max Planck Society;

External Resource
There are no locators available
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
フルテキスト (公開)

arXiv:1609.05293.pdf
(プレプリント), 2MB

付随資料 (公開)
There is no public supplementary material available
引用

Gurajada, S., & Theobald, M. (2016). Distributed Processing of Generalized Graph-Pattern Queries in SPARQL 1.1. Retrieved from http://arxiv.org/abs/1609.05293.


引用: https://hdl.handle.net/11858/00-001M-0000-002C-2212-C
要旨
We propose an efficient and scalable architecture for processing generalized graph-pattern queries as they are specified by the current W3C recommendation of the SPARQL 1.1 "Query Language" component. Specifically, the class of queries we consider consists of sets of SPARQL triple patterns with labeled property paths. From a relational perspective, this class resolves to conjunctive queries of relational joins with additional graph-reachability predicates. For the scalable, i.e., distributed, processing of this kind of queries over very large RDF collections, we develop a suitable partitioning and indexing scheme, which allows us to shard the RDF triples over an entire cluster of compute nodes and to process an incoming SPARQL query over all of the relevant graph partitions (and thus compute nodes) in parallel. Unlike most prior works in this field, we specifically aim at the unified optimization and distributed processing of queries consisting of both relational joins and graph-reachability predicates. All communication among the compute nodes is established via a proprietary, asynchronous communication protocol based on the Message Passing Interface.