Open GoogleCodeExporter opened 9 years ago
when use MyBatis,and execute batchSave also OOM
example:
<insert id="batchSave">
insert into table_name(id,column_a,column_b,date_time)
<foreach collection="list" item="item" index="index" separator="UNION ALL">
select sys_guid(),
#{item.columnA,jdbcType=VARCHAR},
#{item.columnB,jdbcType=VARCHAR},
sysdate
from dual
</foreach>
</insert>
Original comment by sgq0...@gmail.com
on 17 Apr 2014 at 2:25
What is your batch size?
Original comment by arthur.b...@gmail.com
on 17 Apr 2014 at 10:39
Is there a way to resolve this
Original comment by gireesh....@gmail.com
on 25 Nov 2014 at 7:30
Original issue reported on code.google.com by
gaplo...@gmail.com
on 19 Jun 2013 at 6:56