RE: Optimizing Solr indexing over WAN

2015-07-22 Thread Markus Jelsma
nesday 22nd July 2015 17:43 > To: solr-user@lucene.apache.org > Subject: RE: Optimizing Solr indexing over WAN > > Indexing over a WAN will be slow, limited by the bandwidth of the pipe. > > I think you will be better served to move the data in bulk to the same LAN as > your

RE: Optimizing Solr indexing over WAN

2015-07-22 Thread Reitzel, Charles
ll of this complexity may buy you a few % improvement in indexing speed. Probably not worth the development cost ... -Original Message- From: Ali Nazemian [mailto:alinazem...@gmail.com] Sent: Wednesday, July 22, 2015 2:21 AM To: solr-user@lucene.apache.org Subject: Optimizing Solr indexin

Optimizing Solr indexing over WAN

2015-07-21 Thread Ali Nazemian
Dears, Hi, I know that there are lots of tips about how to make the Solr indexing faster. Probably some of the most important ones which are considered in client side are choosing batch indexing and multi-thread indexing. There are other important factors that are server side which I dont want to m