中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

v$sql v$sqlarea v$sqltext

發布時間:2020-07-12 12:20:24 來源:網絡 閱讀:527 作者:lych528 欄目:MySQL數據庫

這里做個筆記,純屬是加深印象:

V$SQL lists statistics on shared SQL areas without the GROUP BY clause and contains one row for each child of the original SQL text entered. Statistics displayed in V$SQL are normally updated at the end of query execution. However, for long running queries, they are updated every 5 seconds. This makes it easy to see the impact of long running SQL statements while they are still in progress.

明顯v$sql的信息來源于共享內存區shared SQL areas,也就是說相關SQL信息在數據庫重啟,數據庫緩存被刷,或相關SQL信息被踢出緩存區,此SQL的信息就不能在V$SQL里查詢。而V$SQL記錄每一個SQL的每一個子游標的信息。

V$SQLAREA displays statistics on shared SQL areas and contains one row per SQL string. It provides statistics on SQL statements that are in memory, parsed, and ready for execution.

同樣v$sqlarea也存儲于library cache,然而這個視圖卻做了一個統計分析,統計的方式是以sql string分組,也就是以sql_text文本做了group by,在此前提下對其他信息統計sum()。通過version_count可以得出SQL子游標的總數。所以簡單的說:v$sqlarea存放的是相同SQL語句不同version一個匯總。

version_count:Number of child cursors that are present in the cache under this parent

excutions : Total number of executions, totalled over all the child cursors

V$SQLTEXT displays the text of SQL statements belonging to shared SQL cursors in the SGA.

v$sql及v$sqlarea存放的更多的是性能數據,但其sql_text是不完整的的,如果想獲得完整的sql就要用v$sqltext。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

黄平县| 武隆县| 铜梁县| 西华县| 吴堡县| 静乐县| 南城县| 兴安县| 荆州市| 乐陵市| 邯郸市| 临沧市| 正宁县| 德江县| 小金县| 禄劝| 蕲春县| 财经| 峡江县| 寻甸| 安国市| 夏邑县| 稻城县| 博湖县| 漳浦县| 济南市| 奉节县| 河南省| 屏东市| 留坝县| 南川市| 周口市| 桐城市| 托克托县| 永仁县| 桓台县| 沈阳市| 定边县| 资溪县| 丰原市| 昭觉县|