Monitoring split time for fq queries when filter cache is used

2009-09-01 Thread Rahul R
Hello,
I am trying to measure the benefit that I am getting out of using the filter
cache. As I understand, there are two major parts to an fq query. Please
correct me if I am wrong :
- doing full index queries of each of the fq params (if filter cache is
used, this result will be retrieved from the cache)
- set intersection of above results (Will be done again even with filter
cache enabled)

Is there any flag/setting that I can enable to monitor how much time the
above operations take separately i.e. the querying and the set-intersection
?

Regards
Rahul


Re: Monitoring split time for fq queries when filter cache is used

2009-09-01 Thread Martijn v Groningen
Hi Rahul,

Yes you are understanding is correct, but it is not possible to
monitor these actions separately with Solr.

Martijn

2009/9/1 Rahul R rahul.s...@gmail.com:
 Hello,
 I am trying to measure the benefit that I am getting out of using the filter
 cache. As I understand, there are two major parts to an fq query. Please
 correct me if I am wrong :
 - doing full index queries of each of the fq params (if filter cache is
 used, this result will be retrieved from the cache)
 - set intersection of above results (Will be done again even with filter
 cache enabled)

 Is there any flag/setting that I can enable to monitor how much time the
 above operations take separately i.e. the querying and the set-intersection
 ?

 Regards
 Rahul




-- 
Met vriendelijke groet,

Martijn van Groningen


Re: Monitoring split time for fq queries when filter cache is used

2009-09-01 Thread Rahul R
Thank you Martijn.

On Tue, Sep 1, 2009 at 8:07 PM, Martijn v Groningen 
martijn.is.h...@gmail.com wrote:

 Hi Rahul,

 Yes you are understanding is correct, but it is not possible to
 monitor these actions separately with Solr.

 Martijn

 2009/9/1 Rahul R rahul.s...@gmail.com:
   Hello,
  I am trying to measure the benefit that I am getting out of using the
 filter
  cache. As I understand, there are two major parts to an fq query. Please
  correct me if I am wrong :
  - doing full index queries of each of the fq params (if filter cache is
  used, this result will be retrieved from the cache)
  - set intersection of above results (Will be done again even with filter
  cache enabled)
 
  Is there any flag/setting that I can enable to monitor how much time the
  above operations take separately i.e. the querying and the
 set-intersection
  ?
 
  Regards
  Rahul
 



 --
 Met vriendelijke groet,

 Martijn van Groningen