Re: Confusing debug=timing parameter

2016-12-19 Thread Walter Underwood
roting "success" > > does that make sense? > > > > : Date: Sat, 17 Dec 2016 08:43:53 -0800 > : From: S G > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: Confusing debug=timing parameter > : > : Hi, > : >

Re: Confusing debug=timing parameter

2016-12-19 Thread Chris Hostetter
munication overhead, or client overhead in parsing hte response before proting "success" does that make sense? : Date: Sat, 17 Dec 2016 08:43:53 -0800 : From: S G : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Confusing debug=timing parameter : :

Re: Confusing debug=timing parameter

2016-12-18 Thread S G
Thank you Furkan. I am still a little confused. So I will shorten the response and post only the relevant pieces for easier understanding. "responseHeader": { "status": 0, "QTime": 2978 } "response": { "numFound": 1565135270, }, "debug": { "timing": { "time": 19320,

Re: Confusing debug=timing parameter

2016-12-18 Thread Furkan KAMACI
Hi, Let me explain you *time* *parameters in Solr*: *Timing* parameter of debug returns information about how long the query took to process. *Query time* shows information of how long did it take in Solr to get the search results. It doesn't include reading bits from disk, etc. Also, there is

Confusing debug=timing parameter

2016-12-17 Thread S G
Hi, I am using Solr 4.10 and its response time for the clients is not very good. Even though the Solr's plugin/stats shows less than 200 milliseconds, clients report several seconds in response time. So I tried using debug-timing parameter from the Solr UI and this is what I got. Note how the QTi