Re: queryResultCache showing all zeros

2013-07-31 Thread Yonik Seeley
On Wed, Jul 31, 2013 at 3:49 PM, Chris Hostetter wrote: > there is however a "group.cache.percent" option tha you might look into -- > but i honestly have no idea if that toggles the use of queryResultCache or > something else, i havn't played with it before... That's only a single-request cache

RE: queryResultCache showing all zeros

2013-07-31 Thread Chris Hostetter
: it's quite long but this request uses both faceting and grouping. If I : remove the grouping then the cache is used. Is this a normal behavior or : a bug? I believe that is expected -- i don't think grouping can take advantage of the queryResultCache because of how it collects documents. th

RE: queryResultCache showing all zeros

2013-07-31 Thread Jean-Sebastien Vachon
__________ From: Jean-Sebastien Vachon Sent: Wednesday, July 31, 2013 2:38 PM To: solr-user@lucene.apache.org Subject: RE: queryResultCache showing all zeros Looks like the problem might not be related to Solr but to a proprietary system we have on top of it. I made som

RE: queryResultCache showing all zeros

2013-07-31 Thread Jean-Sebastien Vachon
__________ From: Jean-Sebastien Vachon Sent: Wednesday, July 31, 2013 2:38 PM To: solr-user@lucene.apache.org Subject: RE: queryResultCache showing all zeros Looks like the problem might not be related to Solr but to a proprietary system we have on top of it. I made some queries with fa

RE: queryResultCache showing all zeros

2013-07-31 Thread Jean-Sebastien Vachon
thing From: Chris Hostetter Sent: Wednesday, July 31, 2013 1:58 PM To: solr-user@lucene.apache.org Subject: Re: queryResultCache showing all zeros : We just configured a new Solr cloud (5 nodes) running Solr 4.3, ran : about 200 000 queries taken fro

Re: queryResultCache showing all zeros

2013-07-31 Thread Chris Hostetter
: We just configured a new Solr cloud (5 nodes) running Solr 4.3, ran : about 200 000 queries taken from our production environment and measured : the performance of the cloud over a collection of 14M documents with the : default Solr settings. We are now trying to tune the different caches :

queryResultCache showing all zeros

2013-07-31 Thread Jean-Sebastien Vachon
Hi, We just configured a new Solr cloud (5 nodes) running Solr 4.3, ran about 200 000 queries taken from our production environment and measured the performance of the cloud over a collection of 14M documents with the default Solr settings. We are now trying to tune the different caches and whe