The queue size is high, but I doubt that's your issue. Here's what
I'd do:
1> check the Solr server. Is it CPU bound? I/O bound? You have to
identify where the resources are being spent before you get to
implementing a solution.
Are you using SolrCloud? If so, not committing until all 100M docs is
Hi,
I am adding around 100 million records to SOLR using SOLRJ. I am not
performing commit operation until I add all the documents to SOLR. I see
that my program adds the docs very fast (1 million per minute) for around 18
million documents which is expected result but after 18 million records
ind