Skip to content

Commit c30cdaa

Browse files
author
chengwei2
committed
update
1 parent 0e5c0dd commit c30cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-10-22-数据库索引技术.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ title的选择性不足0.0001(精确值为0.00001579),所以实在没有
192192

193193
![索引选择性与前缀索引](/img/database-index/database-index-23.png)
194194

195-
如果频繁按名字搜索员工,这样显然效率很低,因此我们可以考虑建索引。有两种选择,建<first_name><first_name, last_name>,看下两个索引的选择性:
195+
如果频繁按名字搜索员工,这样显然效率很低,因此我们可以考虑建索引。有两种选择,建 <first_name><first_name, last_name>,看下两个索引的选择性:
196196

197197
![索引选择性与前缀索引](/img/database-index/database-index-24.png)
198198

0 commit comments

Comments
 (0)