java - massive INSERT - spring framework -


i'm doing massive import in sql server using java application spring framework , simplejdbcinsert class. results not , i'm trying optimize it.

i support every simplejdbcinsert implicit transaction wish make explicit transaction 'begin' @ start , 'commit' @ end of file import procedure.

how can this? i'm looking, can't find it. http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/

thanks!

you try use simplejdbcinsert.executebatch() execute multiple large sets of inserts. maybe increase performance bit.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -