SECF: improving SPARQL querying performance with proactive fetching and caching.

Wei Emma Zhang,Quan Z. Sheng,Yongrui Qin,Lina Yao,Ali Shemshadi,Kerry L. Taylor
DOI: https://doi.org/10.1145/2851613.2851846
2016-01-01
Abstract:Querying on SPARQL endpoints may be unsatisfactory due to high latency of connections to the endpoints. Caching is an important way to accelerate the query response speed. In this paper, we propose SPARQL Endpoint Caching Framework (SECF), a client-side caching framework for this purpose. In particular, we prefetch and cache the results of similar queries to recently cached query aiming to improve the overall querying performance. The similarity between queries are calculated via an improved Graph Edit Distance (GED) function. We also adapt a smoothing method to implement the cache replacement. The empirical evaluations on real world queries show that our approach has great potential to enhance the cache hit rate and accelerate the querying speed on SPARQL endpoints.
What problem does this paper attempt to address?