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

SAP Web Service from .NET via WCF -

email - PHP Mail Error "The Page at X Says: E-Mail can not be sent!" -

Optimized Line drawing in QT -