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
Post a Comment