大家好,又见面了,我是你们的朋友全栈君。
之前一直用的Oracle,今天用mysql查询一个很普通的左连接的时候,发现速度很慢。
select x.fid,x.isbirt,x.fscoresum,x.fsystemscore,x.feffectivescore from tablea x left join tableb h on x.fitemid = h.fid where h.fprojectid=’’
这个sql耗时:
2s多。我有点吓到了,后来我百度后发现
然后我换了表的位置
select x.fid,x.isbirt,x.fscoresum,x.fsystemscore,x.feffectivescore from tableb x left join tablea h on x.fitemid = h.fid where h.fprojectid=’’
再次查询
只有0.4s了。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/143063.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...