FedTopK: Top-K Queries Optimization over Federated RDF Systems

Ningchao Ge,Zheng Qin,Peng Peng,Lei Zou
DOI: https://doi.org/10.1007/978-3-030-73200-4_42
2021-01-01
Abstract:Recently, how to evaluate SPARQL queries over federated RDF systems has become a hot research topic. However, most existing studies mainly focus on implementing and optimizing the basic queries over federated SPARQL systems, and few of them discuss top-k queries. To remedy this defect, this demo designs a system named FedTopK that can support top-k queries over federated RDF systems. FedTopK employs a cost-based optimal query plan generation algorithm and a query plan execution optimization strategy to minimize the top-k query cost. In addition, FedTopK uses a query decomposition optimization scheme which allow merge triple patterns with the same multi-sources into one subquery to reduce the remote access times. Experimental studies over real federated RDF datasets show that the demo is efficient.
What problem does this paper attempt to address?