Hi,

Maybe you can narrow this down a little further.  Are there some
queries that are faster and some slower?  Is there a pattern?  Can you
share examples of slow queries?  Have you tried &debugQuery=true?
These 3 shards.... is each of them on its own server or?  Is the slow
one always the one that hits the biggest shard?  Do they hold the same
type of data?  How come their sizes are so different?

Otis
--
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html


On Thu, Oct 18, 2012 at 12:22 PM, Rohit Harchandani <rhar...@gmail.com> wrote:
> Hi all,
> I have an application which queries a solr instance having 3 shards(4gb,
> 13gb and 30gb index size respectively) having 6 million documents in all.
> When I start 10 threads in my app to make simultaneous queries (with
> rows=500 and different start parameter, sort on 1 field and no facets) to
> solr to return 500 different documents in each query, sometimes I see that
> most of the responses come back within no time (500ms-1000ms), but the last
> response takes close to 50 seconds (Qtime).
> I am using the latest 4.0 release. What is the reason for this delay? Is
> there a way to prevent this?
> Thanks and regards,
> Rohit

Reply via email to