如何在DB2中提高IMPORT效能

來源:互聯網
上載者:User

提高IMPORT命令效能的三種方式:

[產品] DB2

[平台] 跨平台

[版本] 7.x, 8.1

問題: 如何提高IMPORT命令的效能?

解答:

1.如果是在分區資料庫的環境下,可以利用Buffered Insert來提高IMPORT的效能:

在執行IMPORT命令前,要先用INSERT BUF參數重新綁定IMPORT命令對應的繫結檔案db2uimpm.bnd 。

例如:

db2 connect to 資料庫名

db2 bind db2uimpm.bnd blocking all insert buf

db2uimpm.bnd在..sqllib\bnd目錄下。

2.執行IMPORT命令時使用COMPOUND參數:

例如:

db2 connect to 資料庫名

db2 import from 資料檔案名 of ixf modified by compound=100 insert into 表名

上面的命令中IMPORT會在每100條記錄而不是每條記錄插入後等待返回的SQL執行結果。

3.如果表中已有資料,將表的屬性修改為APPEND MODE也可以加快IMPORT的效能。

  1. 如何在DB2中提高Insert效能
  2. DB2資料庫效能最佳化技巧詳解
  3. 使用DB2必須瞭解的幾個知識點

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.