On Jul 21, 2009, at 6:52 PM, Jeff Newburn wrote:

We are experiencing random slowness on certain queries. I have been unable to diagnose what the issue is. We are using SOLR 1.4 and 99.99% of queries return in under 250 ms. The remaining queries are returning in 2-5 seconds for no apparent reason. There does not seem to be any commonality between the queries. This problem also includes admin system queries. Any help or
direction would be much appreciated.

Do you experience the same slow speeds when you manually issue those queries? In other words, is it repeatable? If so, try &debugQuery=true and see the component timings and where the time is going.

What's the query parsing too? Anything unusually large due to synonym lists or something like that?

What about your filter cache - how's it looking when these slow queries take place? evictions > 0?

params ={facet=true&facet.mincount=1&facet.limit=-1&wt=javabin&rows=0&facet.s ort = true &start=0&q=shoes&facet.field=colorFacet&facet.field=brandNameFacet&f acet .field =heelHeight&facet.field=attrFacet_Style&qt=dismax&fq=productTypeFa cet:Shoes &fq=gender:Womens&fq=categoryFacet:Sandals&fq=width:EE&fq=size:10.5
&fq=priceFacet:"$100.00+and+Under"&fq=personalityFacet:Sexy} hits=19
status=0 QTime=3689

What's the config of your dismax handler look like?

        Erik

Reply via email to