Re: Sorlj when to commit?

2009-06-22 Thread Otis Gospodnetic
.apache.org > Sent: Monday, June 22, 2009 2:31:53 AM > Subject: Sorlj when to commit? > > > Hi, I am doing a large batch (thousands) of insertions to my index using an > EmbeddedSolrServer. I was wondering how often should I use server.commit() > as I am trying to avoid unec

Sorlj when to commit?

2009-06-21 Thread pof
Hi, I am doing a large batch (thousands) of insertions to my index using an EmbeddedSolrServer. I was wondering how often should I use server.commit() as I am trying to avoid unecessary bottlenecks. Thanks, Brett. -- View this message in context: http://www.nabble.com/Sorlj-when-to-commit

Re: When to commit?

2006-06-29 Thread Bill Au
Also keep in mind that changes and additions to the index is not visible by the clients until a commit has occured. Bill On 6/28/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Jun 28, 2006, at 3:43 PM, UpAndGone wrote: > Another question: Since a commit is expensive, it shouldn't be send > af

Re: When to commit?

2006-06-28 Thread Erik Hatcher
On Jun 28, 2006, at 3:43 PM, UpAndGone wrote: Another question: Since a commit is expensive, it shouldn't be send after each update, should it? Would it make sense to commit in a certain time frame, let's say every 5 minutes? For a high traffic site, would five minutes be okay or is it still

When to commit?

2006-06-28 Thread UpAndGone
Hi again, Another question: Since a commit is expensive, it shouldn't be send after each update, should it? Would it make sense to commit in a certain time frame, let's say every 5 minutes? For a high traffic site, would five minutes be okay or is it still to expensive? Thanks Christian