Re: Changing Cache Properties after Indexing

2014-01-17 Thread Kranti Parisa
Doesn't it make sense to have a Indexer, Query Engine setup? Indexer = Solr instance with replication configured as Master Query Engine = One or more Solr instances with replication configured as Slave So that, you can do batch indexing on the Indexer, perform threshold checks if needed by disabl

Re: Changing Cache Properties after Indexing

2014-01-17 Thread P Williams
You're both completely right. There isn't any issue with indexing with large cache settings. I ran the same indexing job five times, twice with large cache and twice with the default values. I threw out the first job because no matter if it's cached or uncached it runs ~2x slower. This must have

Re: Changing Cache Properties after Indexing

2014-01-13 Thread Shawn Heisey
On 1/13/2014 4:44 PM, Erick Erickson wrote: On the face of it, it's somewhat unusual to have the cache settings affect indexing performance. What are you seeing and how are you indexing? I think this is probably an indirect problem. Cache settings don't directly affect indexing speed, but whe

Re: Changing Cache Properties after Indexing

2014-01-13 Thread Erick Erickson
On the face of it, it's somewhat unusual to have the cache settings affect indexing performance. What are you seeing and how are you indexing? Best, Erick On Mon, Jan 13, 2014 at 2:40 PM, P Williams wrote: > Hi, > > I've gone through steps for tuning my cache sizes and I'm very happy with > the