: maxWarmingSearchers: 1 - becasue I can't see why I would ever have more than : one but I'm concerned since the docs advise otherwise for high throughput : masters which applies in my case.
the concern is that if that if there is any warming going on on your master you don't want a low maxWarmingSearchers because tht will cause rapid sequential commits to block ... if you know that the searchers are *never* used, and no queries are ever sent to your master then it probably won't matter, 1 should be fine; but in that case it also probably shouldn't matter if it's 3 or 4 or 10 and then if something odd happens you don't have to worry about commits blocking because of warming searchers. : For the Slave: : useColdSearcher: false, wait for the warming to do the heavy lifting : maxWarmingSearchers: 1 again, always use just one? sounds right to me. -Hoss