网页
图片
视频
学术
词典
地图
更多
航班
笔记本
db2exfmt
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
db2expln is
slightly
easier
to
use
than
db2exfmt
,
as
you
can
simply
pass
a
statement
to
it
to be
explained
.
db2expln
使用
起来
比
db2exfmt
稍微
简单
,
因为
您
能够
直接
将
一
条
语句
传递
给
它
,
以
进行
解释
。
www.ibm.com
2.
db2exfmt
is
typically
used
for
comprehensive
performance
analysis
,
as
it
provides
the
most
optimizer
information
.
db2exfmt
通常
用于
广泛
的
性能
分析
,
因为
它
提供
了
大部分
优化器
信息
。
www.ibm.com
3.
Note
also
that
you
should
also
look
towards the bottom
of
the
db2exfmt
output
to
verify
that the
tablespace
configuration
match
.
还
请
注意
,
您
还
应
查看
db2exfmt
输出
结尾
以
验证
表空间
配置
是
匹配
的
。
www.ibm.com
4.
The
db2exfmt
output
would
show
the
total
size
as
the
sum
of
the
number
of
pages
in
all
the
bufferpools
.
db2exfmt
输出
将
显示
所有
缓冲池
中
的
页面
总数
为
总
的
大小
。
www.ibm.com
5.
The
db2exfmt
output
for an
index
ORing
plan
shows
a
RIDSCN
operator
with
two
or
more XISCAN
operators
as
input
.
索引
ORing
计划
的
db2exfmt
输出
显示
了
一个
RIDSCN
操作符
,
其中
以
两个
或
更多
个
XISCAN
操作符
作为
输入
。
www.ibm.com
6.
As
a
simple
example
,
the
following
graph
(
produced
by
db2exfmt
)
shows
the
access
plan
for an
"
Insert into Test1 values
(
?
,
?
,
.
.
.
)
" .
作为
一个
简单
的
例子
,
下面
的
图
(
由
db2exfmt
产生
)
展示
了
“
Insertintotest1values
(
?
”
语句
的
访问
计划
。
www.ibm.com
7.
The
rewritten
query
known
as
"
Optimized
SQL
"
is
visible
when
you
explain
the
statement
with
the
db2exfmt
command
.
重写
后
的
查询
也
称为
“
OptimizedSQL
”
,
它
将
在
使用
db2exfmt
命令
解释
语句
时
出现
。
www.ibm.com
8.
If
you
look
at
the
output
of
one
of the
access
plans
using
db2exfmt
from
production
,
you
will
notice
the
following
at the
top
of the
plan
.
如果
您
在
生产
中
使用
db2exfmt
查看
一个
访问
计划
的
输出
,
就
会
注意
到
计划
顶
部
的
下列
内容
。
www.ibm.com
9.
Since
the
plans
don't
match
(
let's
say
you
are
not
sure
why
)
,
check
the
configuration
in
the
db2exfmt
output
.
因为
这些
计划
不
匹配
(
假设
您
不
确定
为什么
)
,
所以
要
检查
db2exfmt
输出
中
的
配置
。
www.ibm.com
10.
The
optimized
SQL
can be seen right
after
the
original
SQL statement
in
the
db2exfmt
output
.
在
db2exfmt
输出
中
,
优化
的
SQL
紧接
在
最初
的
SQL
语句
后面
。
www.ibm.com
1
2
3