导出数据原始总量4000万
db2inst2@gd1:~> time db2 "import from bt_clear_trans_201510.del of del commitcount 1000 insert into epay.bt_clear_trans";
SQL3109N The utility is beginning to load data from file
"bt_clear_trans_201510.del".
SQL3221W ...Begin COMMIT WORK. Input Record Count = "1000".
SQL3222W ...COMMIT of any database changes was successful.
...
Number of rows read = 2687797
Number of rows skipped = 0
Number of rows inserted = 2687797
Number of rows updated = 0
Number of rows rejected = 0
Number of rows committed = 2687797
real 9m41.979s
user 0m0.016s
sys 0m0.016s
db2inst2@gd1:~> time db2 "import from ht_trans_201510.del of del commitcount 1000 insert into epay.ht_trans";
SQL3109N The utility is