当前位置:   article > 正文

SQL慢的原因(三)_sql查询慢的原因

sql查询慢的原因


id   name   email  weixinNumber




单键索引
select * from user where name='';


create index idx_user_name on  user(name)  
-----------------------------------------------


复合索引
select * from user where name='' and email='';


create index idx_user_name_nameEmail on  user(name,email)




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Li_阴宅/article/detail/1006690
推荐阅读
相关标签
  

闽ICP备14008679号