摘要: B-Tree(B+Tree)与Hash索引的限制 ##index(name,age,sex) ###B-Tree ( B+Tree ) 限制 #####查询条件不包括最左列,无法使用索引 where age = 5 and sex = 1 无法使用索引 #####跳过了索引中的列,则无法完全使用索引 where name ='mooc' and s 阅读全文
posted @ 2023-02-07 17:40 云の彼端 阅读(35) 评论(0) 推荐(0)