偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

DB2 SQL文執(zhí)行計劃監(jiān)控簡介

數(shù)據(jù)庫
SQL文執(zhí)行計劃監(jiān)控對于DB2數(shù)據(jù)庫來說是不可或缺的,下文對DB2 SQL文執(zhí)行計劃監(jiān)控作了詳盡的介紹,希望對您能有所啟迪。

DB2 SQL文執(zhí)行計劃監(jiān)控是DB2數(shù)據(jù)庫監(jiān)控的重要組成部分,下面就讓我們來了解一下什么是DB2 SQL文執(zhí)行計劃監(jiān)控。

靜態(tài)的sql文執(zhí)行計劃存放在系統(tǒng)的catalog表中,動態(tài)sql文的執(zhí)行計劃存放在global package cache。
如果要使用explain工具,首先要創(chuàng)建相關(guān)的表,建表腳本在/misc/EXPLAIN.DDL,只要運行過一次explain GUI工具,將自動創(chuàng)建這些表。

explain特定注冊器類型:
CURRENT EXPLAIN MODE - Used to populate only the explain data. No snapshot will be taken.
CURRENT EXPLAIN SNAPSHOT - Used to capture only the explain snapshot data.

設置explain特定注冊器類型:
SET CURRENT EXPLAIN MODE option
SET CURRENT EXPLAIN SNAPSHOT option
The explain registers options are:
NO - No explain information is captured for dynamic SQL statements.
YES - Explain tables or snapshot information will be populated for dynamic SQL statements while executing the SQL statement, and the result is returned.
EXPLAIN - Explain tables or snapshot information will be populated for dynamic SQL statements without executing the SQL statement. Use this state to obtain explain information without executing the SQL statement.

 

 

【編輯推薦】

DB2 SQL腳本批量執(zhí)行的實現(xiàn)過程

DB2在線導出的方法

db2存儲過程常用語句

DB2 CREATE SERVER語句的用法

常用的DB2管理命令

責任編輯:段燃 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2010-11-04 14:35:38

DB2 sql文執(zhí)行計

2011-05-17 09:32:25

DB2

2010-07-27 14:46:34

DB2執(zhí)行計劃

2010-08-04 10:10:47

2010-09-07 14:11:04

DB2更新

2011-03-14 17:36:12

DB2更新執(zhí)行計劃

2009-03-26 14:53:16

DB2數(shù)據(jù)庫管理

2011-03-16 11:17:30

DB2數(shù)據(jù)庫執(zhí)行計劃

2010-08-18 10:52:36

DB2執(zhí)行計劃顯示工具

2010-09-07 09:54:41

DB2數(shù)據(jù)庫

2010-08-13 13:12:19

DB2數(shù)據(jù)庫

2011-09-14 17:03:17

數(shù)據(jù)庫執(zhí)行計劃解析

2010-09-30 14:44:20

DB2遞歸查詢

2015-04-22 14:17:45

SQL SERVERMSSQL SERVE緩沖區(qū)

2010-08-19 14:04:46

DB2數(shù)據(jù)庫

2010-07-30 15:44:04

DB2數(shù)據(jù)庫

2010-09-30 15:17:17

DB2信息目錄

2010-11-03 16:07:38

DB2身份驗證

2010-11-04 13:55:26

DB2 SQL腳本批量

2010-11-04 14:19:46

DB2事件監(jiān)控
點贊
收藏

51CTO技術(shù)棧公眾號