Skip to content

Commit

Permalink
Merge pull request wolverinn#34 from imageslr/patch-5
Browse files Browse the repository at this point in the history
补充数据库存储引擎链接
  • Loading branch information
wolverinn authored Apr 9, 2021
2 parents a62bc34 + bcd9398 commit a667e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ InnoDB的索引使用的是B+树实现,B+树对比B树的好处:
- 冷备份:数据库正常关闭后,将关键性文件复制到另一位置的备份方式。优点:操作简单快速,恢复简单
</details>

更详细的可以参考:[MySQL 数据库的存储引擎与适用场景 - Images](https://imageslr.github.io/2020/db-engine.html)

### 如何优化数据库?
<details>
<summary>SQL 语句的优化</summary>
Expand Down

0 comments on commit a667e3b

Please sign in to comment.