Re: Optimal indexing speed in Solr

2016-04-14 Thread John Bickerstaff
Stupid phone autocorrect... If you add updated documents of the same ID over time, optimizing your collection(s) may help. On Thu, Apr 14, 2016 at 7:50 AM, John Bickerstaff wrote: > If you delete a lot of documents over time, or if you add updated > documents of the same I'd over time, optimizi

Re: Optimal indexing speed in Solr

2016-04-14 Thread John Bickerstaff
If you delete a lot of documents over time, or if you add updated documents of the same I'd over time, optimizing your collection(s) may help. On Apr 14, 2016 3:52 AM, "Emir Arnautovic" wrote: > Hi Edwin, > Indexing speed depends on multiple factors: HW, Solr configurations and > load, documents,

Re: Optimal indexing speed in Solr

2016-04-14 Thread Emir Arnautovic
Hi Edwin, Indexing speed depends on multiple factors: HW, Solr configurations and load, documents, indexing client: More complex documents, more CPU time to process each document before indexing structure is written down to disk. Bigger the index, more heap is used, more frequent GCs. Maybe you