RE: Commit performance

2007-08-21 Thread Chris Hostetter
: chance to look into it deeper. What I have noticed is when there are : Searchers registered commits take a lot longer time. Perhaps looking at that's probably the warming time taken to reopen the new searcher ... waitSearcher="false" should cause those commits to reutrn much faster (the down

Re: Commit performance

2007-08-21 Thread Chris Hostetter
: How long should a take? I've got about 9.8G of data for 9M of : records. (Yes, I'm indexing too much data.) My commits are taking 20-30 the low levels of updating aren't my forte, but as i recall the dominant factor in how long it takes to execute a commit is the number of deleted documents (i

RE: Commit performance

2007-08-21 Thread Gunther, Andrew
bject: Commit performance How long should a take? I've got about 9.8G of data for 9M of records. (Yes, I'm indexing too much data.) My commits are taking 20-30 seconds. Since other people set the autocommit to 1 second, I'm guessing we have a major mistake somewhere in our configurati

Commit performance

2007-08-20 Thread Lance Norskog
How long should a take? I've got about 9.8G of data for 9M of records. (Yes, I'm indexing too much data.) My commits are taking 20-30 seconds. Since other people set the autocommit to 1 second, I'm guessing we have a major mistake somewhere in our configurations. We have a lot of deletes/re-adds