Hi everybody,

We use spring-batch-1.0.0.m3 to run our jobs for inserting data from flat files into the database tables. We figured out that running iBatis batchUpdate inserting data from a flat file performs several times faster (I read even a post in this forum on the same issue) than an ordinary insert with commitInterval set via spring-batch job configuration. So the question is how to implement a job that will utilize iBatis batchUpdate (and its batchSize) instead of using insert in a jobProcessor and commiting via spring-batch. If you are supposed to support this feature in the future please let us know which build/release it will be available in.

Regards,
Alex.