请前往标签设置摘要
一、插入优化批量插入insert into tb_name values (1,"张三"),(2,"张三"),(3,"张三");手动提交事务 由于mysql默认事务提交方式是自动提交的,意味着当我们执行完一条inse...