Re: QTime lesser for facet.limit=-1 than facet.limit=5000/10000

2020-07-08 Thread Mikhail Khludnev
Hi, Usually, limit=-1 works as a single pass-through and counts accumulating; but when limit >0 causes collecting per value docset, whic might take longer. There's a note about this effect in uniqueBlock() description. On Wed, Jul 8, 2020 at 11:29 AM ana wrote: > Hi Team, > Which is more optimiz

Re: QTime

2019-07-12 Thread Edward Ribeiro
Yeah, for network latency I would recommend a tool like charlesproxy. Edward Em qui, 11 de jul de 2019 20:59, Erick Erickson escreveu: > true, although there’s still network that can’t be included. > > > On Jul 11, 2019, at 5:55 PM, Edward Ribeiro > wrote: > > > > Wouldn't be the case of using

Re: QTime

2019-07-11 Thread Erick Erickson
true, although there’s still network that can’t be included. > On Jul 11, 2019, at 5:55 PM, Edward Ribeiro wrote: > > Wouldn't be the case of using &rows=0 parameter on those requests? Wdyt? > > Edward > > Em qui, 11 de jul de 2019 14:24, Erick Erickson > escreveu: > >> Not only does Qtime n

Re: QTime

2019-07-11 Thread Edward Ribeiro
Wouldn't be the case of using &rows=0 parameter on those requests? Wdyt? Edward Em qui, 11 de jul de 2019 14:24, Erick Erickson escreveu: > Not only does Qtime not include network latency, it also doesn't include > the time it takes to assemble the docs for return, which can be lengthy > when r

Re: QTime

2019-07-11 Thread Erick Erickson
Not only does Qtime not include network latency, it also doesn't include the time it takes to assemble the docs for return, which can be lengthy when rows is large.. On Wed, Jul 10, 2019, 14:39 Shawn Heisey wrote: > On 7/10/2019 3:17 PM, Lucky Sharma wrote: > > I am seeing one very weird behavio

Re: QTime

2019-07-10 Thread Shawn Heisey
On 7/10/2019 3:17 PM, Lucky Sharma wrote: I am seeing one very weird behaviour of QTime of SOLR. Scenario is : When I am hitting the Solr Cloud Instance, situated at a DC with my local machine while load test I was seeing 400ms Qtime response and 1sec Http Response time. How much data was in t

Re: Qtime Vs DebugComponent Timing

2012-09-24 Thread Jack Krupansky
And QTime doesn't include the time spent in the container (e.g., Tomcat or Jetty) or network latency. Usually a query benchmark would be from the time the client sent the query request until the time the client received the query results. The debug timing will help you understand which Solr co

Re: QTime Solr Query

2011-02-10 Thread didier deshommes
On Thu, Feb 10, 2011 at 4:08 PM, Stijn Vanhoorelbeke wrote: > Hi, > > I've done some stress testing onto my solr system ( running in the ec2 cloud > ). > From what I've noticed during the tests, the QTime drops to just 1 or 2 ms ( > on a index of ~2 million documents ). > > My first thought pointe

Re: QTime Solr Query

2011-02-10 Thread Erick Erickson
Let's see what the queries are. If you're searching for single terms that don't match many docs that's one thing. If you're looking at many terms that match many documents, I'd expect larger numbers. Unless you're hitting the document cache and not searching at all Best Erick On Thu, Feb 10,

Re: QTime always a multiple of 50ms ?

2009-10-27 Thread Lance Norskog
This is different for each model of computer. It has to do with exactly what chips are used. On Fri, Oct 23, 2009 at 10:42 AM, Jérôme Etévé wrote: > 2009/10/23 Andrzej Bialecki : >> Jérôme Etévé wrote: >>> >>> Hi all, >>> >>>  I'm using Solr trunk from 2009-10-12 and I noticed that the QTime >>>

Re: QTime always a multiple of 50ms ?

2009-10-23 Thread Jérôme Etévé
2009/10/23 Andrzej Bialecki : > Jérôme Etévé wrote: >> >> Hi all, >> >> I'm using Solr trunk from 2009-10-12 and I noticed that the QTime >> result is always a multiple of roughly 50ms, regardless of the used >> handler. >> >> For instance, for the update handler, I get : >> >> INFO: [idx1] webapp

Re: QTime always a multiple of 50ms ?

2009-10-23 Thread Andrzej Bialecki
Jérôme Etévé wrote: Hi all, I'm using Solr trunk from 2009-10-12 and I noticed that the QTime result is always a multiple of roughly 50ms, regardless of the used handler. For instance, for the update handler, I get : INFO: [idx1] webapp=/solr path=/update/ params={} status=0 QTime=0 INFO: [id

RE: QTime in microsecond

2009-01-26 Thread Chris Hostetter
: The easiest way is to run maybe 100,000 or more queries and take an : average. A single microsecond value for a query would be incredibly : inaccurate. that can be useful for doing the timing externally, if you're interested in averaging over all X queries in a sequential batch, but it doesn't

RE: QTime in microsecond

2009-01-23 Thread Feak, Todd
The easiest way is to run maybe 100,000 or more queries and take an average. A single microsecond value for a query would be incredibly inaccurate. -ToddFeak -Original Message- From: AHMET ARSLAN [mailto:iori...@yahoo.com] Sent: Friday, January 23, 2009 1:33 AM To: solr-user@lucene.apa

Re: QTime field in response XML

2006-10-11 Thread WHIRLYCOTT
On Oct 11, 2006, at 3:10 PM, WHIRLYCOTT wrote: Milliseconds. I'd be fairly skeptical about anybody doing reliable millisecond timings on a jvm! ^ Sorry, correcting myself. That should have been 'micro'. Timings are i

Re: QTime field in response XML

2006-10-11 Thread WHIRLYCOTT
Milliseconds. I'd be fairly skeptical about anybody doing reliable millisecond timings on a jvm! phil. On Oct 11, 2006, at 3:05 PM, Kevin Lewandowski wrote: I've searched the docs but could not find an answer. Is this field microseconds or milliseconds? thanks, Kevin --