DB2 でユーティリティnot logged initially
を使用するよりもデータ移動中のオプションの方が速いのはなぜですか?LOAD
最初はログに記録されていません 方法:
db2 alter table tablename activate not logged initially
db2 insert into table tablename select * from tbname
ロード ユーティリティ:
db2 declare source cursor for select * from tablename
db2 load from source of cursor insert into tablename nonrecoverable