explain?select?*?from?user?where?id?=1?or?id?=?2explain?select?id?from?user?where?id?=1?or?id?=?2不是說(shuō)用or會(huì)導(dǎo)致索引失效嗎?為什么type不是all而且select * 的時(shí)候 type是rangeselect id 的時(shí)候,type是index,比 select * 級(jí)別還低?但是extra卻顯示using index?
添加回答
舉報(bào)
0/150
提交
取消