[zt] 收集基於成本的優化統計資料 - 分割槽表

tolywang發表於2009-06-03

http://tech.it168.com/a2008/1226/261/000000261354.shtml    

GATHER_TABLE_STATS

  收集表、列和索引統計資料。

<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--&gtSQL> execute dbms_stats.gather_table_stats(-

  
>ownname => 'test',-

  
>tabname => 'PARTTAB',-

  
>partname => null,- --> 收集所有分割槽狀態

  
>estimate_percent => null,- --> 計算模式

  
>block_sample => false,- --> 預設值,計算模式下無意義

  
>method_opt => 'FOR ALL COLUMNS SIZE 1',- --> 表和列統計,不生成直方圖

  
>degree => null,- --> 基於PARTTAB表上的DOP設定的預設並行度

  
>granularity => 'default',- -->收集全域性和分割槽統計資料

  
>cascade => true ,- --> 產生所有統計資料

  
>stattab => null,- -->統計資料將被儲存在字典中

  
>statid => null,-

  
>statown => null);

 

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-608031/,如需轉載,請註明出處,否則將追究法律責任。

相關文章