Mybatis 百万基本数据插入 事务+ 批处理
开启事务
connection.setAutoCommit(false);
connection.close;
开启批处理
rewriteBatchedStatements=true
https://blog.csdn.net/fengyuyeguirenenen/article/details/124043186
开启事务
connection.setAutoCommit(false);
connection.close;
开启批处理
rewriteBatchedStatements=true
https://blog.csdn.net/fengyuyeguirenenen/article/details/124043186