Towards Efficient Path Query On Social Network With Hybrid Rdf Management

Lei Gai,Wei Chen,Zhichao Xu,Changhe Qiu,Tengjiao Wang
DOI: https://doi.org/10.1007/978-3-319-11116-2_48
2014-01-01
Abstract:The scalability and flexibility of Resource Description Framework( RDF) model make it ideally suited for representing Online Social Networks(OSN). One basic operation in OSN is to find chains of relations, such as k-Hop friends. Property path query in SPARQL can express this type of operation, but its implementation suffers from performance problem considering the ever growing data size and complexity of OSN.In this paper, we present a main memory/disk based hybrid RDF data management framework for efficient property path query. This hybrid framework realizes an efficient in-memory algebra operator for property path query using graph traversal, and estimates the cost of this operator to cooperate with existing cost-based optimization. Experiments on benchmark and real dataset demonstrated that our approach achieves a good tradeoff between data load expense and online query performance.
What problem does this paper attempt to address?