Re: commit is taking very very long time
On 7/23/10 5:59 PM, Alexey Serba wrote: > Another option is to set optimize=false in DIH call ( it's true by > default ). Ouch - that should really be changed then. - Mark
Re: commit is taking very very long time
> I am not sure why some commits take very long time. Hmm... Because it merges index segments... How large is your index? > Also is there a way to reduce the time it takes? You can disable commit in DIH call and use autoCommit instead. It's kind of hack because you postpone commit operation and ma