Re: [Virtuoso-users] Query regarding Virtuoso 7.2's caching

2015-09-23 Thread Jyoti Leeka
Dear Mr. Williams, Thank you very much for the information. Thanks & Regards, Jyoti On Sun, Sep 20, 2015 at 6:34 AM, Hugh Williams wrote: > Hi Jyoti, > > Virtuoso does not cache query result sets per say, but rather the > databases working set for a given query work load gets loaded into memo

Re: [Virtuoso-users] Query regarding Virtuoso 7.2's caching

2015-09-19 Thread Hugh Williams
Hi Jyoti, Virtuoso does not cache query result sets per say, but rather the databases working set for a given query work load gets loaded into memory (cache) on demand such that subsequent queries touching the same database working set would not have to be read from disk. Thus the first time a

Re: [Virtuoso-users] Query regarding Virtuoso 7.2's caching

2015-09-18 Thread Jyoti Leeka
A gentle reminder. On Thu, Sep 17, 2015 at 8:42 PM, Jyoti Leeka wrote: > Dear All, > > I have the following question regarding Virtuoso 7.2. I'll be grateful if > you could help me with this a bit. Does Virtuoso 7.2 cache the query results > precisely and serves them back or does it cache the rel

[Virtuoso-users] Query regarding Virtuoso 7.2's caching

2015-09-17 Thread Jyoti Leeka
Dear All, I have the following question regarding Virtuoso 7.2. I'll be grateful if you could help me with this a bit. Does Virtuoso 7.2 cache the query results precisely and serves them back or does it cache the relevant portions of the database and then recomputes the results? Also can we adjust