Re: Commit too slow?

2018-05-14 Thread Shawn Heisey
On 5/14/2018 11:29 AM, LOPEZ-CORTES Mariano-ext wrote:
> After having injecting 200 documents in our Solr server, the commit 
> operation at the end of the process (using ConcurrentUpdateSolrClient) take 
> 10 minutes. It's too slow?

There is a wiki page discussing slow commits:

https://wiki.apache.org/solr/SolrPerformanceProblems#Slow_commits

Thanks,
Shawn



Commit too slow?

2018-05-14 Thread LOPEZ-CORTES Mariano-ext
Hi

After having injecting 200 documents in our Solr server, the commit 
operation at the end of the process (using ConcurrentUpdateSolrClient) take 10 
minutes. It's too slow?

Our auto-commit policy is the following:

 
  15000
  false
 
 
  15000
 
Thanks !