PEG: A Partial Evaluation-based Distributed RDF Graph System

Shengyi Ji,Peng,Jinglu Hu,Lei Zou,Zhen Huang,Zheng Qin
DOI: https://doi.org/10.1007/978-3-031-30678-5_51
2023-01-01
Abstract:In this demo, we implement a Partial Evaluation-based distributed RDF Graph system (PEG for short), which can implement partial evaluation without modifying the single-machine RDF graph system at each site. When a query is newly input, PEG rewrites it into a set of local partial subqueries. Then, each local partial match defined in the framework of partial evaluation can be also found by evaluating one of the local partial subqueries. To further prune some unnecessary results of local partial subqueries, PEG also associates each vertex with an attribute to specify whether it belongs to the partition at the site. In this demo, we demonstrate the main features of PEG and show how PEG loads and queries large RDF graphs in a distributed environment.
What problem does this paper attempt to address?