熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> DB2 >> 正文

經驗總結:登錄和優化IBM DB2的執行速度

2022-06-13   來源: DB2 

  dos下執行dbcmd然後

  db connect to yourdb user your_user using your_pwd
  db sqlsql

  db插入條數據肯定秒之內建議做如下的調整

  ◆update db cfg using logfilsiz

  ◆update db cfg using logbufsz

  ◆你插入的條數據從哪裡來的怎麼插入的也就是說如果你的insert 後面使用的是select那麼你要看看你的select本是是不是很慢

  ◆把你的insert語句中所有涉及到的表適用下面的語句執行一下

  db reorg table
  db runstats on table with distribution and detailed indexes all

  ◆如果你的表空間使用的bufferpool太小那麼必須增加你的bufferpool適用db select bpnamepagesizenpages from syscatbufferpools命令查看你的bufferpool總大小然後在保證所有bufferpool總合不超過G的情況下盡量增加buffer的大小調整bufferpool的大小使用db alter bufferpool ibmdefaultbp size


From:http://tw.wingwit.com/Article/program/DB2/201311/11227.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.