Re: stats cache

2013-05-08 Thread Dmitry Kan
OK, thanks. On Wed, May 8, 2013 at 1:38 PM, J Mohamed Zahoor wrote: > > > I am using a simple LRU cache in my client where i store req and response > for now. > Later might move to something like varnish. > > ./zahoor > > On 08-May-2013, at 3:26 PM, Dmitry Kan wrote: > > > Mohamed, > > > > (ou

Re: stats cache

2013-05-08 Thread J Mohamed Zahoor
I am using a simple LRU cache in my client where i store req and response for now. Later might move to something like varnish. ./zahoor On 08-May-2013, at 3:26 PM, Dmitry Kan wrote: > Mohamed, > > (out of curiosity) What kind of tool are you using for that? > > > On Wed, May 8, 2013 at 10

Re: stats cache

2013-05-08 Thread Dmitry Kan
Mohamed, (out of curiosity) What kind of tool are you using for that? On Wed, May 8, 2013 at 10:13 AM, J Mohamed Zahoor wrote: > Thanks.. i am caching in HTTP now.. > > ./zahoor > > > On 08-May-2013, at 3:58 AM, Yonik Seeley wrote: > > > On Tue, May 7, 2013 at 12:48 PM, J Mohamed Zahoor > wr

Re: stats cache

2013-05-08 Thread J Mohamed Zahoor
Thanks.. i am caching in HTTP now.. ./zahoor On 08-May-2013, at 3:58 AM, Yonik Seeley wrote: > On Tue, May 7, 2013 at 12:48 PM, J Mohamed Zahoor wrote: >> Hi >> >> I am computing lots of stats as part of a query… >> looks like the solr caching is not helping here… >> >> Does solr caches sta

Re: stats cache

2013-05-07 Thread Yonik Seeley
On Tue, May 7, 2013 at 12:48 PM, J Mohamed Zahoor wrote: > Hi > > I am computing lots of stats as part of a query… > looks like the solr caching is not helping here… > > Does solr caches stats of a query? No. Neither facet counts or stats part of a request are cached. The query cache only cache

Re: stats cache

2013-05-07 Thread Otis Gospodnetic
Hi, Yes, in the query cache. You should see it in your monitoring tool or your Solr Stats Admin page. Doesn't help if queries don't repeat or cache settings and poor. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html SOLR Performance Monitoring - http://sematext.com/spm