v$db_cache_advice學習
v$db_cache_size用於判斷buffer_cache的大小是否合理,它受引數db_cache_advice引數影響,當db_chace_advice為on是測試開啟了buffer_cache的歐諾個級資訊的收集,供dba做出buffer_cache的調優工作。
V$DB_CACHE_ADVICEcontains rows that predict the number of physical reads for the cache size corresponding to each row. The rows also compute a "physical read factor," which is the ratio of the number of estimated reads to the number of reads actually performed by the real buffer cache during the measurement interval.
Column | Datatype | Description |
---|---|---|
ID | NUMBER | Buffer pool identifier (ranges from 1 to 8) |
NAME | VARCHAR2(20) | Buffer pool name |
BLOCK_SIZE | NUMBER | Block size in bytes for buffers in this pool. Possible values: the standard block size, the power of 2 non-standard block sizes,2048,4096,8192,16384,32768. |
ADVICE_STATUS | VARCHAR2(3) | Status of the advisory.ONindicates it is currently running;OFFindicates it is disabled (in this case the estimates are historical and calculated when last enabled). |
SIZE_FOR_ESTIMATE | NUMBER | Cache size for prediction (in megabytes) |
SIZE_FACTOR | NUMBER | Size factor with respect to the current cache size |
BUFFERS_FOR_ESTIMATE | NUMBER | Cache size for prediction (in terms of buffers) |
ESTD_PHYSICAL_READ_FACTOR | NUMBER | Physical read factor for this cache size, which is the ratio of the number of estimated physical reads to the number of reads in the real cache. If there are no physical reads in the real cache, the value of this column is null. |
ESTD_PHYSICAL_READS | NUMBER | Estimated number of physical reads for this cache size |
ESTD_PHYSICAL_READ_TIME | NUMBER | Estimated disk read time |
ESTD_PCT_OF_DB_TIME_FOR_READS | NUMBER | Estimated disk time as a percentage of the total time |
ESTD_CLUSTER_READS | NUMBER | Estimated total number of blocks foreground processes read from the global cache (Real Application Clusters only) |
ESTD_CLUSTER_READ_TIME | NUMBER | Estimated total amount of time, in seconds, foreground processes read from global cache (Real Application Clusters only) |
1、ID為buffer_pool組成部分的標識,例如keep_pool為1,recycle_pool為2等。
2、advice_status用於判斷advisor是否開啟,on表示開啟,off表示關閉。
3、size_for_estimate表示為預估的緩衝值的大小,單位是mb。
4、size_factor表示為預估的值與真實值的比較值。
5、ESTD_PHYSICAL_READ_FACTOR表示當buffer cache為size_for_estimate大小時,預估的物理讀的次數與當前實際的物理讀的次數的比值,如果當前物理讀為0的話,則此值為null。
6、ESTD_PHYSICAL_READS表示當緩衝池的大小為size_for_estimate時,需要的物理讀的大小。
7、estd_physical_read_time表示當緩衝池的大小為size_for_estimate是需要的物理讀的時間。
8、estd_pct_of_db_time_for_reads表示為當緩衝池為size_for_estimate是物理讀所消耗時間的百分比。
9、estd_cluster_reads表示為讀取的資料塊的總數。對rac有效
10、estd_cluster_read_time表示讀取花費的總時間。對rac有效
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-720647/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- db_cache hitratio sql and v$db_cache_advice and create table with storageSQL
- v$shared_pool_advice,v$db_cache_advice,v$pga_target_advice 建議器的使用
- Vue學習04-----v-bloak和v-htmlVueHTML
- vue中v-model的學習Vue
- SDWebImage(v3.7.6) 原始碼學習Web原始碼
- Git學習記錄v1.0Git
- 學習動態效能表(11)--v$latch$v$latch_children
- (轉):學習Oracle動態效能表-(7)-V$SQLTEXT,V$SQLAREAOracleSQL
- Oracle動態效能檢視學習之v$sqltext & v$sqlareaOracleSQL
- [轉]學習Oracle動態效能表-(6)-V$SQLTEXT,V$SQLAREAOracleSQL
- 深度學習 V.S. 謎題遊戲深度學習遊戲
- 學習oracle動態效能表--v$transactionOracle
- 【譯】如何學習V8開發
- 學習動態效能表(19)--V$UNDOSTAT
- 學習動態效能表(16)--V$ROWCACHE
- 學習動態效能表(15)--V$ROLLSTAT
- 學習動態效能表(九)--V$FILESTAT
- 學習動態效能表(七)--V$PROCESS
- 學習動態效能表(二)--v$sesstat
- 學習動態效能表(一)--v$sysstat
- 學習動態效能表(五)-v$sessionSession
- 學習動態效能表(五)--V$SESSIONSession
- ENVI深度學習V1.0操作教程深度學習
- Elsa V3學習之指令碼指令碼
- 學習動態效能表(17)--v$segstat&v$segment_statistics
- 學習動態效能表(14)--V$PARAMETER&V$SYSTEM_PARAMETER
- GraphQL學習:Github GraphQL API v4初探GithubAPI
- 學習動態效能表(20)--V$WAITSTATAI
- 學習動態效能表(八)-(1)-v$lock
- 學習動態效能表(三)-(1)-v$sqlSQL
- 學習動態效能表(四)-(2)-V$SQLAREASQL
- 學習動態效能表(四)-(1)-v$sqltextSQL
- 學習動態效能表(八)-(2)-v$lock
- Oracle動態效能檢視學習之v$lock & v$locked_objectOracleObject
- (轉):學習Oracle動態效能表-(14)-V$SEGSTAT ,V$SEGMENT_STATISTICSOracle
- (轉):學習Oracle動態效能表-(11)-v$latch$ v$latch_childrenOracle
- (轉):學習Oracle動態效能表-(6)-V$SQL,V$SQL_PLANOracleSQL
- (轉)學習Oracle動態效能表-(3)V$LOCK,V$LOCKED_OBJECTOracleObject