分析日記中的單詞的含義

xypincle發表於2017-03-25
簡單解讀,PARSING IN CURSOR部分
len :被分析的sql語句長度
dep :產生sql語句遞迴深度
uid :user id
oct :oracle command type命令的型別
lid :privilege user id私有使用者的id
tim :timestamp,時間戳,v$timer檢視
hv  :hash value
ad  :sql address 地址, 用在 v$sqltext
sqlid :sql id
PARSE部分:
c :CPU消耗的時間
e :Elapsed time操作的用時
p :number of physical reads 物理讀的次數
cr :consistent reads一致性方式讀取的資料塊
cu :numberof buffers retrieved in current mode (current 模式讀取的資料塊)
mis :cursor missed in the cache 庫快取中丟失的遊標, 硬解析次數
r :number of rows processed 處理的行數
dep :depth遞迴SQL的深度
og :optimizer goal最佳化器模式【1:all_rows, 2:first_rows,3:rule, 4:choose】
plh :plan hash value
tim :timestamp
WAIT 部分:
nam :an event that we waited for 等待事件
ela :消耗的時間
p3 :塊號
trm :時間戳
STAT 執行計劃:
id :執行計劃的行源號
cnt :當前行源返回的行數
pid :parent id of this row source 當前行源的父結點id
pos :position in explain plan 執行計劃的位置
obj :object id of row source (if this is a baseobject)當前操作的物件id(如果當前行源是一個物件的話)
op :the row source access operation當前行源的資料訪問操作

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

相關文章