一、场景描述
项目组在使用MyBatisPlus的批量插入方法saveBatch时速度缓慢,插入1w条数据,需要近1分钟的时间。
二、解决方案
解决方案很简单,在数据库配置的uri后面加上下面这个属性即可:
url=xxxxxxxxxxxxxxxxxxxxxx?rewriteBatchedStatements=true
项目组在使用MyBatisPlus的批量插入方法saveBatch时速度缓慢,插入1w条数据,需要近1分钟的时间。
解决方案很简单,在数据库配置的uri后面加上下面这个属性即可:
url=xxxxxxxxxxxxxxxxxxxxxx?rewriteBatchedStatements=true