1
FutherAll 2020-09-15 10:03:12 +08:00 via iPhone
官方说的 B-tree 可能是指的 B tree 这一类树,B+ tree 是它的一个变种。
|
2
tgich 2020-09-15 10:07:43 +08:00
愣了不是因为 b-tree 还是 b+tree,而是你根本答非所问啊大哥!
索引类型是普通索引组合索引单列索引啥的 b-tree 、b+tree 那是索引的数据结构 |
4
chihiro2014 2020-09-15 10:20:44 +08:00
无论是 B-Tree 也好还是 B+Tree 也好,说的都是对的。因为 B+Tree 早就不是一开始的那个 B+Tree 了,融合了 B-Tree 很多其他变种的特点
|
5
chihiro2014 2020-09-15 10:21:18 +08:00 1
其实很多数据库对于这个描述也是模糊的,但是你可以认为用的都是 B+Tree
|
6
FutherAll 2020-09-15 10:25:12 +08:00 1
```
The use of the term B-tree is intended as a reference to the general class of index design. B-tree structures used by MySQL storage engines may be regarded as variants due to sophistications not present in a classic B-tree design. ``` |
7
bluehr 2020-09-15 15:44:10 +08:00
打个岔,楼主不会念成了 b 减 tree 吧(没有其他意思,曾经我以为 btree b-tree b+tree 是三种不同的树,闹笑话了)
|
9
zagfai 2020-09-17 01:02:07 +08:00
那个是 hyphen 不是 minus 吧 哈哈哈
|