You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/19 09:35:25 UTC

[jira] [Commented] (JENA-626) SPARQL Query Caching

    [ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247320#comment-15247320 ] 

ASF GitHub Bot commented on JENA-626:
-------------------------------------

Github user osma commented on the pull request:

    https://github.com/apache/jena/pull/95#issuecomment-211773507
  
    I have briefly tested Fuseki2 with this PR applied as a backend for our software, Skosmos. I didn't find any problems. It seems to work for the basic use case - repeated requests are served faster now. It is not quite as fast as Varnish (which usually delivers cached responses in 1-3ms), but still a big improvement over the previous situation.
    
    I didn't look at effect on memory consumption or the cache eviction mechanism.
    
    +1 for merging.


> SPARQL Query Caching
> --------------------
>
>                 Key: JENA-626
>                 URL: https://issues.apache.org/jira/browse/JENA-626
>             Project: Apache Jena
>          Issue Type: Improvement
>            Reporter: Andy Seaborne
>            Assignee: Saikat Maitra
>              Labels: java, linked_data, rdf, sparql
>
> Add a caching layer to Fuseki to cache the results of SPARQL Query requests.  This cache should allow for in-memory and disk-based caching, configuration and cache management, and coordination with data modification.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)