Re: Tracing Solr Query Execution and Performance

2014-02-26 Thread KNitin
gt; To: solr-user@lucene.apache.org > Subject: Tracing Solr Query Execution and Performance > > > Hi there > > I have a few very expensive queries (atleast thats what the QTime tells > me) that is causing high CPU problems on a few nodes. Is there a way where > I can "tr

Re: Tracing Solr Query Execution and Performance

2014-02-26 Thread Jack Krupansky
esday, February 26, 2014 5:25 PM To: solr-user@lucene.apache.org Subject: Tracing Solr Query Execution and Performance Hi there I have a few very expensive queries (atleast thats what the QTime tells me) that is causing high CPU problems on a few nodes. Is there a way where I can "trace

Tracing Solr Query Execution and Performance

2014-02-26 Thread KNitin
Hi there I have a few very expensive queries (atleast thats what the QTime tells me) that is causing high CPU problems on a few nodes. Is there a way where I can "trace" or do an "explain" on the solr query to see where it spends more time? More like profiling on a per sub query basis? I have t