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
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 target solr instances.I would suggest ZIP+scp ... or your favorite file system replication/synchronization tool. It's true, if you are u