Re: Proper commit behavior in a multi-writer environment

2012-04-30 Thread Otis Gospodnetic
>Sent: Monday, April 30, 2012 5:03 PM >Subject: Proper commit behavior in a multi-writer environment > >If I have 40 writers all feeding the same index, do they all have to commit, >or just one of them? > >Am I going to kill performance if they're all issuing individual comm

Proper commit behavior in a multi-writer environment

2012-04-30 Thread Adam Fields
If I have 40 writers all feeding the same index, do they all have to commit, or just one of them? Am I going to kill performance if they're all issuing individual commits, or would it be better to not have the individual writers commit at all and just have one process that does nothing but comm