显式或隐式类型转换走index full scan需要满足的条件-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 1156176
  • 博文数量: 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-11-04 15:27:53

显式或隐式类型转换要走index full scan,必须增加not null约束或显示条件增加is not null才能走index (fast) full scan。
否则to_char(object_id)='100'这种条件只是告诉优化器,to_char(object_id)肯定is not null,
但是优化器不知道里面的参数object_id是否为null,所以不增加not null约束或不增加条件,肯定走不了index fast full scan,使用hints都不行
......

阅读(2086) | 评论(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, "/"); }
网站地图