Re: Instant deletes without committing

2007-10-13 Thread Yonik Seeley
On 10/11/07, BrendanD <[EMAIL PROTECTED]> wrote: > Yes, we have some huge performance issues with non-cached queries. So doing a > commit is very expensive for us. We have our autowarm count for our > filterCache and queryResultCache both set to 4096. But I don't think that's > near high enough. We

Re: Instant deletes without committing

2007-10-11 Thread BrendanD
Yes, we have some huge performance issues with non-cached queries. So doing a commit is very expensive for us. We have our autowarm count for our filterCache and queryResultCache both set to 4096. But I don't think that's near high enough. We did have it as high as 16384 before, but it took over a

Re: Instant deletes without committing

2007-10-11 Thread Mike Klaas
On 11-Oct-07, at 2:47 PM, BrendanD wrote: Hi, Is it possible to send a command to have Solr flush the deletesPending documents without doing a commit? I know there's a setting in solrconfig.xml for setting a threshold value, but I'd like to somehow kick it off on demand. We need this to be