“等值最左,范围跟上,覆盖殿后,回表清零。” —— SQL优化口诀 #183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
等值 =
范围 > < BETWEEN LIKE
覆盖 select、where、order by字段
二级索引包含查询所需的所有列(SELECT + WHERE + ORDER BY),引擎不必回表