db2 reorg,runstats
db2 -x "select 'reorgchk update statistics on table ' || rtrim(tabschema)||'.'||rtrim(tabname) || ';' from syscat.tables where type = 'T' " > reorgchk.sql
db2 -x "select 'reorgchk current statistics on table ' || rtrim(tabschema)||'.'||rtrim(tabname) || ';' from syscat.tables where type = 'T' " > reorgchk.sql
db2 -tvf reorgchk.out
db2 -x "select 'runstats on table ' || rtrim(tabschema)||'.'||rtrim(tabname) || ' on all columns with distribution on all columns and indexes all allow write access;'from syscat.tables where type = 'T' " > runstats.sql
db2 -tvf runstats.sql
db2 -x "select 'rebind package ' || trim(PKGSCHEMA) || '.' || trim(PKGNAME) || ';' from syscat.packages" > rebind.sql
db2 -tvf rebind.sql
db2 reorgchk current statistics on table all
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/725820/viewspace-2217912/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DB2 offline reorg的一點筆記DB2筆記
- runstats安裝方法
- DB2 WLMDB2
- db2 -attribute of key are miss in result set . db2 錯誤DB2
- DB2的STMTIDDB2
- Db2 備份DB2
- DB2 安裝DB2
- DB2 SQL改寫DB2SQL
- DB2 HADR效能分析DB2
- The Db2 Recovery History FileDB2
- db2 load dumpfile for exceptionDB2Exception
- Oracle連線Db2OracleDB2
- 常用的DB2命令DB2
- DB2 export詳解DB2Export
- db2 資料庫DB2資料庫
- db2 資訊中心DB2
- Golang 如何操作DB2的?GolangDB2
- db2 hadr_spool_limitDB2MIT
- db2大表統計DB2
- DB2常用命令DB2
- DB2 Port (Network Security) RequirementsDB2UIREM
- DB2效能最佳化DB2
- DB2日誌相關DB2
- db2 客戶端安裝DB2客戶端
- DB2 HADR的heartbeat檢測DB2
- DB2備份與恢復DB2
- DB2執行計劃分析DB2
- DB2 Linux環境安裝DB2Linux
- db2 建立bufferpool,表空間DB2
- db2 事件監視器型別DB2事件型別
- 如何寫出更快的 SQL (db2)SQLDB2
- 一次DB2 DR演練DB2
- Python Uses ibm_db connect to DB2PythonIBMDB2
- db2 構造測試資料DB2
- db2常用動態效能檢視DB2
- DB2 HADR對效能的影響DB2
- DB2常用命令彙總DB2
- DB2常用傻瓜問題1000問DB2