Rule of thumb is to commit as infrequently as possible and to batch ADD 
requests instead of pushing one doc at a time. Also avoid the client 
application doing explicit COMMIT calls to Solr. All this has a cost.

So if your requirement is an indexing latency of 30s, set autoCommit based on 
time 30s, not any more frequent. Setting these limits too low will incur a cost 
in that you must add more hardware to keep up.

Jan

> 7. okt. 2024 kl. 10:24 skrev Vincenzo D'Amore <v.dam...@gmail.com>:
> 
> Hi Jan, thanks for answering. This is the case, the collection has to be
> updated in real time, I'm just afraid that multiple updates could slow down 
> the
> cluster.

Reply via email to