Re: SolrCloud - Query performance degrades with multiple servers(Shards)

2016-07-18 Thread kasimjinwala
currently I am using solrCloud 5.0 and I am facing query performance issue while using 3 implicit shards, each shard contain around 10K records. when I am specifying shards parameter(*shards=shard1*) in query it gives 30K-35K qps. but while removing shards parameter from query it give *1000-1500qp

Re: SolrCloud - Query performance degrades with multiple servers(Shards)

2016-07-19 Thread kasimjinwala
This is just for performance testing we have taken 10K records per shard. In live scenario it would be 30L-50L per shard. I want to search document from all shards, it will slow down and take too long time. I know in case of solr Cloud, it will query all shard node and then return result. Is ther