ANALYZE INDEX clause
Oracle Database collects the following statistics for an index. Statistics
marked with an asterisk are always computed exactly. For conventional indexes,
when you compute or estimate statistics, the statistics appear in the data
dictionary views USER_INDEXES,ALL_INDEXES, and DBA_INDEXES in the columns shown
in parentheses.
■ * Depth of the index from its root block to its leaf blocks (BLEVEL)
■ Number of leaf blocks (LEAF_BLOCKS)
■ Number of distinct index values (DISTINCT_KEYS)
■ Average number of leaf blocks for each index value (AVG_LEAF_BLOCKS_PER_KEY)
■ Average number of data blocks for each index value (for an index on a table)
(AVG_DATA_BLOCKS_PER_KEY)
■ Clustering factor (how well ordered the rows are about the indexed values)
(CLUSTERING_FACTOR)
使用ANALYZE INDEX 分析索引的root塊至葉子塊的深度 ,葉子塊數目 , distinct索引值 等資訊 ,將分析資料儲存在*INDEXES等檢視的BLEVEL,LEAF_BLOCKS等欄位
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1001742/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- alter index compute statistics與analyze index的比較Index
- analyze index 時validate structure和compute statistiIndexStruct
- analyze table/index validate structure加鎖的問題IndexStruct
- analyze index 時validate structure和compute statistics的區別IndexStruct
- Oracle Model ClauseOracle
- About Oracle WITH clauseOracle
- Oracle SQL Model ClauseOracleSQL
- chained rows analyzeAI
- [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains 的問題 MySQLExpressAIMySql
- [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated cExpressAI
- ALTER SESSION ADVISE ClauseSession
- ALTER SYSTEM DISCONNECT SESSION ClauseSession
- Oracle Analyze的用法Oracle
- DBMS_UTILITY.ANALYZE_SCHEMA
- Analyze分析表或者索引索引
- mysql主給備賦予許可權時報錯,MySQL [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clauseMySqlExpress
- Analyze 命令的使用方法
- UNRECOVERABLE DATAFILE clause in the ALTER DATABASE CLEAR LOGFILE statementDatabase
- 【DSL】Elasticsearch之Analyze(分析過程)Elasticsearch
- Analyze table對Oracle效能的提升Oracle
- MySQL之mysqlcheck、check、optimize和analyzeMySql
- Oracle analyze table的使用總結Oracle
- You can‘t specify target table ‘Person‘ for update in FROM clause
- ORA-01788: CONNECT BY clause required in this query blockUIBloC
- KEEP INDEX | DROP INDEXIndex
- ANALYZE導致的阻塞問題分析
- 掌握 analyze API,搞定分詞難題API分詞
- Mysql optimize、Analyze、check、repair維護操作MySqlAI
- dbms_stat與analyze的區別
- dbms_stats與analyze分析彙總
- list is not in GROUP BY clause and contains nonaggre的問題AI
- MS-SQL 錯誤: The offset specified in a OFFSET clause may not be negativeSQL
- rowid,index,INDEX FULL SCAN,INDEX FAST FULL SCAN|IndexAST
- INDEX UNIQUE SCAN,INDEX FULL SCAN和INDEX FAST FULL SCANIndexAST
- Clustered Index Scan and Clustered Index SeekIndex
- oracle hint之full,index,index_asc,index_desc,index_combile示例OracleIndex
- 【譯】Using .NET for Apache Spark to Analyze Log DataApacheSpark
- Medini Analyze — 智慧駕駛功能安全平臺工具