See the subject about 1500 threads. The first place I'd look is how
often you're committing. If you're committing before the warmup queries
from the previous commit have done their magic, you might be getting
into a death spiral.

HTH
Erick

On Thu, Jul 29, 2010 at 7:02 AM, Peter Karich <peat...@yahoo.de> wrote:

> Hi,
>
> I am indexing a solr 1.4.0 core and commiting gets slower and slower.
> Starting from 3-5 seconds for ~200 documents and ending with over 60
> seconds after 800 commits. Then, if I reloaded the index, it is as fast
> as before! And today I have read a similar thread [1] and indeed: if I
> set autowarming for the caches to 0 the slowdown disappears.
>
> BUT at the same time I would like to offer searching on that core, which
> would be dramatically slowed down (due to no autowarming).
>
> Does someone know a better solution to avoid index-slow-down?
>
> Regards,
> Peter.
>
> [1] http://www.mail-archive.com/solr-user@lucene.apache.org/msg20785.html
>

Reply via email to