Here is a wild guess. Whenever I see a 5 second delay in networking, I think DNS timeouts. YMMV, good luck.

cheers -- Rick

On 2016-11-01 04:18 PM, Dave Seltzer wrote:
Hello!

I'm trying to utilize Solr Cloud to help with a hash search problem. The
record set has only 4,300 documents.

When I run my search against a single core I get results on the order of
10ms. When I run the same search against Solr Cloud results take about
5,000 ms.

Is there something about this particular query which makes it perform
poorly in a Cloud environment? The query looks like this (linebreaks added
for readability):

{!frange+l%3D5+u%3D25}sum(
     termfreq(hashTable_0,'225706351'),
     termfreq(hashTable_1,'17664000'),
     termfreq(hashTable_2,'86447642'),
     termfreq(hashTable_3,'134816033'),

Reply via email to