Re: SolrCloud persisting data is very slow

2016-06-26 Thread Erick Erickson
One thing to add to Shawn's comments: How long does it take to _acquire_ the data? I've often seen, say, pulling the data from a RDBMS be the bottleneck rather than Solr per-se. If you're using SolrJ (with CloudSolrClient) try commenting out the line where you add the docs to Solr (i.e. something l

Re: SolrCloud persisting data is very slow

2016-06-25 Thread Shawn Heisey
On 6/25/2016 1:19 AM, Roshan Kamble wrote: > I am using Solr 6.0.0 in cloudMode (3 physical nodes + one zookeeper) > and have heavy insert/update/delete operations. I am using > CloudSolrClient and tried with all batch size from 100 to 1000. But it > has been observed that persist at Solr node is v

SolrCloud persisting data is very slow

2016-06-25 Thread Roshan Kamble
Hello, I am using Solr 6.0.0 in cloudMode (3 physical nodes + one zookeeper) and have heavy insert/update/delete operations. I am using CloudSolrClient and tried with all batch size from 100 to 1000. But it has been observed that persist at Solr node is very slow. It takes around 20 secords t