互联网服务db2 9.5

db2执行计划解析问题

谁能给我解释下,下面标红的是什么意思。如图所示:
参与3

2同行回答

张东焕张东焕技术总监IBM官方授权讲师
Scan/Fetch TBSCAN Table Scan—Retrieves rows by reading all requireddata directly from the data pages.IXSCAN Index Scan—Scans an index of a table with optionalstart/stop conditions, producing an ordered stream ofrows.FETCH Fetch From Table—Fetches ...显示全部
Scan/Fetch TBSCAN Table Scan—Retrieves rows by reading all required
data directly from the data pages.

IXSCAN Index Scan—Scans an index of a table with optional
start/stop conditions, producing an ordered stream of
rows.
FETCH Fetch From Table—Fetches columns from a table
using a specifi c record identifi er.

EISCAN Extended Index Scan—Scans a user-defi ned index to
produce a reduced stream of rows.
RIDSCN Row Identifi er Scan—Scans a list of row identifi ers
(RIDs) obtained from one or more indexes.
Joins MSJOIN Merge Scan Join—A join where both outer and inner
tables must be in join-predicate order.
NLJOIN Nested Loop Join—A join that accesses an inner
table once for each row of the outer table.
HSJOIN Hash Join—A join where two or more tables are
hashed on the join columns.
收起
IT咨询服务 · 2014-04-30
浏览810
Zjwang123Zjwang123数据库开发工程师pactera
这些操作见名知义,tbscan=table scan 表扫描fetch 先索引扫描, 然后从表中取数hsjoin是一种关联方式, 优化器在执定执行计划时自行决定采用何种方式, 常见的还有merge, nest loop显示全部
这些操作见名知义,
tbscan=table scan 表扫描
fetch 先索引扫描, 然后从表中取数
hsjoin是一种关联方式, 优化器在执定执行计划时自行决定采用何种方式, 常见的还有merge, nest loop收起
银行 · 2014-04-30
浏览800

提问者

mingmingok
数据库管理员北京优尼时代

相关问题

问题状态

  • 发布时间:2014-04-30
  • 关注会员:1 人
  • 问题浏览:8046
  • 最近回答:2014-04-30
  • X社区推广