标量子查询执行计划分析及12c优化新特性-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 1156177
  • 博文数量: 166
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 3760
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-30 13:00
个人简介

about me:oracle ace pro,optimistic,passionate and harmonious. focus on oracle,mysql and other database programming,peformance tuning,db design, j2ee,linux/aix,architecture tech,etc

文章分类

全部博文(166)

文章存档

2024年(21)

2023年(28)

2022年(43)

2020年(62)

2014年(3)

2013年(9)

发布时间:2020-09-30 16:32:19

1)标量子查询的计划和普通计划的执行顺序不同,标量子查询虽然在上面,但是它由下面的customers表结果驱动,每行驱动查询一次标量子查询。

2)标量子查询和filter类似,如果是它们引起的性能问题,要关注是否是执行子查询的次数过多导致查询的效率不高。

3)标量子查询和filter类似,它会根据输入和输出构建hash表缓存键值对,已经查询过的键值对直接从缓存中查找,不用再次执行子查询,从而减少子查询的次数达到优化的目的,10g和11g缓存的是255个hash buckets,12c是1024个hash buckets。......【阅读全文】

阅读(3031) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

zhmw2020-05-27 16:10

tomcoding:oracle dul源代码,logminer源代码,到我的博客看看

好的

  |  

zhmw2020-05-27 16:10

tomcoding:oracle dul源代码,logminer源代码,到我的博客看看

好的

  |  

tomcoding2018-07-26 14:35

oracle dul源代码,logminer源代码,到我的博客看看

  |  

电影vs程序员2013-08-22 18:16

博主,求加好友

  |  
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图