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
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
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