Skip to content

Commit

Permalink
Update Database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Jan 23, 2020
1 parent d03e2ba commit 2128da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ delete;

### 数据库索引的实现原理(B+树)

见数据结构部分:B树,B+树
[数据结构部分:B树,B+树](https://github.com/wolverinn/Iridescent/blob/master/Data%20Structure.md#b%E6%A0%91)

##### 使用B树和B+树的比较

Expand Down Expand Up @@ -374,4 +374,4 @@ InnoDB的索引使用的是B+树实现,B+树对比B树的好处:
- [Redis面试题总结 - 简书](https://www.jianshu.com/p/65765dd10671)
- [Redis常见面试题 - 博客园](https://www.cnblogs.com/jasontec/p/9699242.html)
- [0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference#10)
- [ ] [史上最全的数据库面试题,不看绝对后悔 -- 博客园](https://www.cnblogs.com/wenxiaofei/p/9853682.html)
- [ ] [史上最全的数据库面试题,不看绝对后悔 -- 博客园](https://www.cnblogs.com/wenxiaofei/p/9853682.html)

0 comments on commit 2128da4

Please sign in to comment.