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 PL/SQL Example: RunstatsDB2SQL
- DB2 offline reorg的一點筆記DB2筆記
- DB2的REORG_學習(2)_表重組DB2
- [zt] DB2日常維護——REORG TABLE命令優化資料庫效能DB2優化資料庫
- Runstats 指令碼指令碼
- runstats安裝方法
- Tom的runstats工具
- Oracle 普通Table進行ReorgOracle
- runstats工具的配置及使用
- 效能比較工具runStats_pkg
- SQL最佳化好助手:RunstatsSQL
- runstats_pkg包的安裝
- 【實驗】【Tom】runstats工具使用演示
- REORG TABLE命令最佳化資料庫效能資料庫
- what storage is used in a LOBSEGMENT and should it be shrunk / reorg-1453350.1
- 自定義效能統計儲存過程包runstats儲存過程
- DB2:ksh: db2: not found.DB2
- DB2系列之DB2安裝DB2
- [DB2]DB2備份和恢復DB2
- [DB2]db2重定向恢復DB2
- DB2 WLMDB2
- DB2 explainDB2AI
- DB2 listenerDB2
- db2概念DB2
- DB2 INFOCENTERDB2
- join (db2)DB2
- DB2 CLPDB2
- The DB2 environmentDB2
- DB2 CRASHDB2
- db2 -attribute of key are miss in result set . db2 錯誤DB2
- [DB2]linux下安裝db2 v9.7DB2Linux
- db2 資訊中心DB2
- DB2 安裝DB2
- Db2 備份DB2
- DB2程式模型DB2模型
- DB2監控DB2
- DB2 Q&ADB2
- DB2 刪除DB2