mysql 关系表 索引_mysql表关联查询索引不生效问题

今天在执行sql语句时,使用表关联查询,结果发现子查询中的索引未使用,直接使用了全表查询,如图所示:

440adcfd9ba693b6e02098ffadff6c6b.png

找了半天原因,最后发现,是由于字符集设置问题导致的

819731935be87cdd5a950589072034bd.png

88e9a798c2115b3fea961814f93bb58d.png

当将两个字段的字符集统一后,查询结果如下:

73f594bcff366f4a459df74b71a98897.png

Mysql 参考文档中也明确说非二进制String应该使用相同字符集:

To retrieve rows from other tables when performing joins. MySQL can use indexes on columns more efficiently if they are declared as the same type and size.

For comparisons between nonbinary string columns, both columns should use the same character set. For example, comparing a utf8 column with a latin1 column precludes use of an index.

参考文献:

1. http://www.cnblogs.com/weizhenlu/p/5970392.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值