MySQL的Innodb和myisam存储引擎都是默认使用btree。
btree是一种数据结构,一种多路平衡查找树。
它可以细分为B-tree 和B+ tree ,B+tree 是B-tree的升级版。
B-tree 在每个节点中不仅包含数据的key值也有d...
苏 demo
8个月前 (07-22)
595℃
10喜欢
mySQL错误: The used table type doesn’t support FULLTEXT indexes 说明不支持全文索引
解决方法有两种,网上大多方法是:
1.打开my.ini,搜索default-storage-engine=,你搜索到的应该是...
苏 demo
6年前 (2015-08-24)
2111℃
0评论
0喜欢