Pretty much. The queryResultCache is pretty inexpensive. But be a bit
careful, it's tempting to increase it greatly, but that only buys you
performance if you see your users actually ask for subsequent pages
reasonably often....

Best
Erick


On Tue, Jan 29, 2013 at 1:38 PM, Isaac Hebsh <isaac.he...@gmail.com> wrote:

> Hi everyone.
>
> queryResultWindowSize parameter sets the number of documents be to
> retrieved and stored in the queryResultCache. That is, a further request
> with the same query, but the next page, might return very fast.
> The items that stored in queryResultCache are IDs only (not stored fields
> or preview/highlighting).
>
> That means that increasing queryResultWindowSize, will not significantly
> hurt performance of the first query?
>

Reply via email to