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

2017-04-01 Thread Saikat Maitra (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saikat Maitra reassigned JENA-626: -- Assignee: (was: Saikat Maitra) > SPARQL Query Cach

Re: JENA-626 Re: Towards release 3.1.0

2016-04-21 Thread Saikat Maitra
Hi Andy, No problem at all. Regards Saikat On Wed, Apr 20, 2016 at 2:04 AM, Andy Seaborne wrote: > Saikat, > > Sorry this has taken so long to get looked at. > > Andy > >

Re: JENA-626 Re: Towards release 3.1.0

2016-04-18 Thread Saikat Maitra
update the cache entry is invalidated immediately. > > We currently use Varnish for this sort of caching but this feature could > eliminate that dependency, at least for simple setups. > > [Saikat] Yes, I agree. > -Osma > > 18.04.2016, 18:54, Saikat Maitra kirjoitti: > &g

Re: Towards release 3.1.0

2016-04-18 Thread Saikat Maitra
Hello Andy Please let me know if this PR can be accommodated in the release and if any further changes required. https://github.com/apache/jena/pull/95 Regards Saikat On Mon, Apr 18, 2016 at 5:05 PM, Osma Suominen wrote: > Hi Andy! > > I'm happy with the current state of Jena and would supp

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

2016-01-17 Thread Saikat Maitra (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103653#comment-15103653 ] Saikat Maitra commented on JENA-626: [~andy.seaborne] Hi Andy, Please let me kno

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

2015-11-23 Thread Saikat Maitra
roject: 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 >

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

2015-10-17 Thread Saikat Maitra (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14961841#comment-14961841 ] Saikat Maitra commented on JENA-626: Hi As we discussed I have implemented the f

Re: [jira] [Updated] (JENA-626) SPARQL Query Caching

2015-10-17 Thread Saikat Maitra
Hi As we discussed I have implemented the first version of the SPARQL Query Caching and raised my first PR. :) https://github.com/apache/jena/pull/95 Please review and share feedback Regards Saikat On Fri, Mar 13, 2015 at 10:30 PM, Saikat Maitra wrote: > Hello Andy, Osma, > > Than

Re: [jira] [Updated] (JENA-626) SPARQL Query Caching

2015-03-13 Thread Saikat Maitra
Hello Andy, Osma, Thank you for your feedback. I am also more inclined towards option 2 to implement the SPARQL_Cache servlet as part of Fuseki. The fact that it will have access to Fuseki internal and admin console makes a lot of sense. I really like the idea of selective CacheEntry invalidati

Re: [jira] [Updated] (JENA-626) SPARQL Query Caching

2015-03-05 Thread Saikat Maitra
Hello, I wanted to clarify few points related to separate service end point for the SPARQL Query Caching feature. I was considering to take up either of the below approach to implement the cache service end point. I am open for both the approach and wanted to discuss further. Option 1 : create

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

2015-02-10 Thread Saikat Maitra
Hi Andy, Thank you so much for your feedback. Please find my replies inline. On Tue, Feb 10, 2015 at 8:15 PM, Andy Seaborne wrote: > On 03/02/15 11:13, Saikat Maitra wrote: > >> Hello Andy, >> >> I have build a prototype version for the SPARQL Query Cache >>

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

2015-02-03 Thread Saikat Maitra
modification for returning thrift response. Regards Saikat On Sat, Jan 24, 2015 at 1:16 PM, Saikat Maitra wrote: > Thank you so much for your suggestion Andy. I have started working on 2a. > > > Regards > Saikat > > On Sat, Jan 24, 2015 at 1:38 AM, Andy Seaborne wro

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

2015-01-23 Thread Saikat Maitra
Thank you so much for your suggestion Andy. I have started working on 2a. Regards Saikat On Sat, Jan 24, 2015 at 1:38 AM, Andy Seaborne wrote: > Hello Claude, Andy, >> >> In reference to your email I would like to discuss the way I am looking >> forward to implement the Cache Layer. >> >> 1. W

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

2015-01-23 Thread Saikat Maitra
proper caching headers to Fuseki requests? > > On Fri, Jan 23, 2015 at 3:05 PM, Saikat Maitra > wrote: > > > Hello Claude, > > > > The In memory local cache will have provision to use guava libraries > caches > > and it will be in server side. > > > >

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

2015-01-23 Thread Saikat Maitra
rest make sense to me. > > On Fri, Jan 23, 2015 at 12:08 PM, Saikat Maitra > wrote: > > > Hello Claude, Andy, > > > > In reference to your email I would like to discuss the way I am looking > > forward to implement the Cache Layer. > > > > 1. We will

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

2015-01-23 Thread Saikat Maitra
Hello Claude, Andy, In reference to your email I would like to discuss the way I am looking forward to implement the Cache Layer. 1. We will be creating a global cache store based on config params passed via cache.properties. 2. Users will have option to select any of the following cache store as

Re: SPARQL Query Caching

2015-01-09 Thread Saikat Maitra
, Jan 9, 2015 at 7:08 PM, Andy Seaborne wrote: > Hi Saikat, > > Comments inline > > On 08/01/15 12:27, Saikat Maitra wrote: > >> Hi Andy >> >> Thank you for your email and sharing the external cache implementation. It >> certainly helped me to understa

Re: SPARQL Query Caching

2015-01-08 Thread Saikat Maitra
area. Regards Saikat On Thu, Jan 8, 2015 at 2:09 AM, Andy Seaborne wrote: > On 07/01/15 15:43, Saikat Maitra wrote: > >> Hi >> >> I am Saikat, I am new to Apache Jena and I would like to contribute to >> SPARQL Query Caching (https://issues.apache.org/jira/browse

SPARQL Query Caching

2015-01-07 Thread Saikat Maitra
Hi I am Saikat, I am new to Apache Jena and I would like to contribute to SPARQL Query Caching (https://issues.apache.org/jira/browse/JENA-626). I would like to know if someone has already taken up the issue and currently working on it. I have reviewed the old messages in developers mail list and