On Fri, Nov 22, 2013 at 6:57 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> bq: If a new SOLR server....
>
> No. Apart from any ugly details about caches and internal
> doc IDs, you'd have to pull the caches over the wire to the
> new machine, and the caches could well be gigabytes in size.
> This is almost certainly much slower than just firing
> the warming queries locally. Seems like far too complex
> a functionality to put in place to save the effort of specifying a
> warmup query. Which you have to do anyway since you have to
> be ready to restart your cluster.

As you said, loading caches from the caches of another server is not
feasible but there is some merit in warming with the queries of the
leader. For example, what if the leader could give a list of
queries/filters currently in the cache which could then be executed on
the replica? That'd be useful I think.


>>
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/useColdSearcher-in-SolrCloud-config-tp4102569.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to