Hello All,
Say my commit interval is 1000.
And during writing I get a error at 990th record which is skippable as per skip policy.
So a rollback will occur and the writer will start again writing the same records from record 1.
However, this time, It is commiting on each record. It does not honour commit interval. This is making the job dead slow.
Why the behavior is like that ?? Am I missing something in my configuration ??
Thanks.


Reply With Quote
