jdbc批处理+手动事务+多线程实现81秒插入1000万数据(多线程版)

如今来试试多线程可以多少秒钟插入千万数据 /** * @Author: guandezhi * @Date: 2019/4/13 15:35 */ public class JdbcUtils { private static String url = "jdbc:mysql://localhost:3306/user?useSSL=false&rewriteBatchedStat
相关文章
相关标签/搜索