奥礼网
新记
db2数据库,insert into a表 select * from b表 能不能设置每1000
db2数据库,insert into a表 select * from b表
能不能设置每1000条提交一次。据说用游标装载会更快?是真的么
举报该文章
相关建议 2014-08-20
这种写法是不能分批提交的,除非你用where条件+循环自己实现分批处理。
insert into ... select 的语法效率是很高的,不过数据量过大时需要很大的回滚段。
分批提交适用于
游标
逐行处理的情况,没到1000行提交一次,会比每行提交效率提高很多。
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/adw33d5k1wkan51w13d.html
其他看法
第1个回答 2014-08-19
存储过程,用户函数
相似回答
大家正在搜
相关问题
db2中可以实现create table A as sele...
SQL数据库insert into 表R(A,B) sele...
db2中可以实现create table A as sele...
数据迁移问题,从b表到a表,insert into a(字段...
ACCRESS数据库,用insert into A sele...
SQL数据库查询B表插入A表公式。