We have auto commit on and will basically send it in a loop after validating each record, we send it to search service. And keep doing it in a loop. Mikhail / Lan, are you suggesting that instead of sending it in a loop, we should collect them in an array and do a commit at the end? Is this better than doing it in a loop with auto commit.
Also, where can I find some reference on Master / Slave configuration. Thanks.