感性月饼

文章
3
资源
0
加入时间
2年10月21天

JDBC+批处理 插入大量数据

使用jdbc向数据库插入100000条记录,分别使用statement,PreparedStatement,及PreparedStatement+批处理3种方式进行测试:1、使用statement插入100000条记录public void exec(Connection conn){ try {  Long beginTime = System.currentTime