Oracle中的分析統計validate structure,compute statistics
analyze index idx_t validate structure:
analyze index idx_t compute statistics:
analyze index idx_t estimate statistics sample 10 percent
analyze index idx_t compute statistics:
analyze index idx_t estimate statistics sample 10 percent
一般來講可以採用以上三種方式來手工分析索引。
analyze index idx_t validate structure:
這段分析語句是用來分析索引的block中是否有壞塊兒,那麼根據分析我們可以得到索引的結構資料,這些資料會保留到index_stats中,來判斷這個索引是否需要rebuild. 需要注意的是這樣的分析是不會收集索引的統計資訊的。
validate structure有二種模式: online, offline, 一般來講預設的方式是offline。
當以offline的模式analyze索引時,會對table加一個表級共享鎖,對目前table的一些實時DMl操作會產生一定的影響。
而以online模式分析時候,則不會加任何lock,但在index_stats中是看不到任何資訊的。
analyze index idx_t compute statistics:
用來統計索引的統計資訊(全分析),主要為CBO服務。
analyze index idx_t estimate statistics sample 10 percent
主要是用來指定比例進行抽樣分析,也是為CBO服務. 例中是抽樣10%
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-674475/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- analyze index 時validate structure和compute statistics的區別IndexStruct
- analyze index 時validate structure和compute statistiIndexStruct
- VALIDATE STRUCTUREStruct
- 學習VALIDATE STRUCTUREStruct
- 觀察analyze table compute statistics 都對什麼物件統計了資訊 - 轉物件
- alter index compute statistics與analyze index的比較Index
- analyze table/index validate structure加鎖的問題IndexStruct
- [轉] oracle統計資訊(statistics)和直方圖(histogram)Oracle直方圖Histogram
- ORACLE的統計分析Oracle
- perl Statistics::Descriptive Perl 的統計模組
- 深入理解oracle優化器統計資料(Optimizer Statistics)Oracle優化
- Oracle 11g新特性:多列統計資訊(MultiColumn Statistics)Oracle
- SciTech-Statistics-英語授課:Business Statistics商務統計
- oracle之StatisticsOracle
- SciTech-Mathmatics-Probability+Statistics:Quantifing Uncertainty_統計資料分析: 多後設資料 + 多元統計分析AI
- IBM SPSS Statistics 26 for Mac(spss資料統計分析工具)IBMSPSSMac
- MySQL中的Statistics等待MySql
- AWR中的SQL StatisticsSQL
- Fixed Objects Statistics統計資訊收集 - 2Object
- [總結] Oracle表的分析統計Oracle
- Oracle Column Group StatisticsOracle
- 監視stale statistics(失真的統計資訊)的物件!物件
- oracle 統計分析函式Oracle函式
- 深度洞察資料,IBM SPSS Statistics 27助您駕馭統計分析IBMSPSS
- 【SQL*Plus】使用BREAK和COMPUTE在SQL*Plus中得到分組統計結果SQL
- oracle 建立或重建索引時收集統計資訊不自動收集(_optimizer_compute_index_stats)Oracle索引Index
- oracle中LAG()和LEAD()等分析統計函式的用法(統計月增長率)Oracle函式
- oracle之autotrace統計資訊分析Oracle
- Oracle統計分析 - dbms_statsOracle
- IBM SPSS Statistics Mac(spss專業統計分析軟體)v27.0.1.0IBMSPSSMac
- oracle 10g的自動統計分析Oracle 10g
- Oracle Memory Structure 1. Overview And ManagementOracleStructView
- oracle10g data block structureOracleBloCStruct
- [總結] Oracle優化 – 分析統計Oracle優化
- spss資料統計與分析軟體:IBM SPSS Statistics for Mac v27.0.1中文啟用版SPSSIBMMac
- How to gather statistics on Oracle eBS.Oracle
- java高階用法之:JNA中的StructureJavaStruct
- oracle 由於impdp 引起的表統計資訊被鎖 ORA-20005: object statistics are lockedOracleObject