我可以: 邀请好友来看>>
ZOL星空(中国) > 技术星空(中国) > Oracle星空(中国) > Oracle的执行计划详解文档分享
帖子很冷清,卤煮很失落!求安慰
返回列表
签到
手机签到经验翻倍!
快来扫一扫!

Oracle的执行计划详解文档分享

32浏览 / 0回复

dadaas

dadaas

0
精华
4
帖子

等  级:Lv.1
经  验:15
  • Z金豆: 0

    千万礼品等你来兑哦~快点击这里兑换吧~

  • 城  市:北京
  • 注  册:2014-01-09
  • 登  录:2014-01-24
发表于 2014-01-24 10:38:41
电梯直达 确定
楼主

Oracle的执行计划详解(2009-09-22 16:28:37)转载标签: oracle执行计划it 分类: oracle  

一、什么是执行计划

An explain plan is a representation of the access path that is taken when a query is executed within Oracle.

二、如何访问数据

At the physical level Oracle reads blocks of data. The smallest amount of data read is a single Oracle block, the largest is constrained by operating system limits (and multiblock i/o). Logically Oracle finds the data to read by using the following methods:

Full Table Scan (FTS)    --全表扫描

Index Lookup (unique & non-unique)    --索引扫描(唯一和非唯一)

Rowid    --物理行id 

三、执行计划层次关系

When looking at a plan, the rightmost (ie most inndented) uppermost operation is the first thing that is executed. --采用最右最上最先执行的原则看层次关系,在同一级如果某个动作没有子ID就最先执行

点击下载


高级模式
星空(中国)精选大家都在看24小时热帖7天热帖大家都在问最新回答

针对ZOL星空(中国)您有任何使用问题和建议 您可以 联系星空(中国)管理员查看帮助  或  给我提意见

快捷回复 APP下载 返回列表