數據庫的性能是我們重點考慮的因素,如何才能調整數據庫的性能,成為了大家熱議的話題,本文將為您介紹DB2數據庫的性能調整命令,供您參考,希望能對您有所幫助。
IBM DB2數據庫性能調整命令:
查看執行計劃:
db2expln:
db2expln -d dbname -c pkgOwner -p pkgNmae -o expln.out
dynexpln:
dynexpln -d eos -q "select * from eosmenu" -g -t
dynexpln -d eos -f query.sql -o out.txt
更新統計信息:
runstats:
db2 runstats on table songxn.eosmenu and indexs songxn.ix1,songxn.ix2 allow read access
db2 runstats on table songxn.eosmenu with distribution and detailed index all
調整優化等級:
(0,1,2,3,5,7,9):