https://github.com/noseparte/mysql-high-performance
MySQL高性能详解 开源文档
https://github.com/noseparte/mysql-high-performance
database mysql
Last synced: 10 months ago
JSON representation
MySQL高性能详解 开源文档
- Host: GitHub
- URL: https://github.com/noseparte/mysql-high-performance
- Owner: noseparte
- Created: 2019-09-09T03:47:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T08:25:24.000Z (over 6 years ago)
- Last Synced: 2025-04-10T18:17:44.552Z (about 1 year ago)
- Topics: database, mysql
- Homepage:
- Size: 596 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL-High-Performance (MySQL高性能)
## 目录
### MySQL架构和历史
#### [1.1 MySQL逻辑架构](static/doc/chapter1/framework/framework.md)
##### [1.1.1 连接管理与安全性](static/doc/chapter1/framework/conn-and-security/connection-management-and-security.md)
##### [1.1.2 优化与执行](static/doc/chapter1/framework/optimize-and-impl/connection-management-and-security.md)
#### [1.2 并发控制](static/doc/chapter1/concurrency-control/concurrency.md)
##### [1.2.1 读写锁](static/doc/chapter1/concurrency-control/read-write-lock/read-write-lock.md)
##### [1.2.2 锁粒度](static/doc/chapter1/concurrency-control/locking-granularity/locking-granularity.md)
#### [1.3 事务](static/doc/chapter1/transaction/transaction.md)
##### [1.3.1 隔离级别](static/doc/chapter1/transaction/isolation-level/isolation-level.md)
##### [1.3.2 死锁](static/doc/chapter1/transaction/deadlock/deadlock.md)
##### [1.3.3 事务日志](static/doc/chapter1/transaction/transaction-journal/transaction-journal.md)
##### [1.3.3 MySQL中的事务](static/doc/chapter1/transaction/mysql-transaction/mysql-transaction.md)
#### 1.4 多版本并发控制
#### 1.5 MySQL的存储引擎
##### 1.5.1 InnoDB存储引擎
##### 1.5.2 MyISAM存储引擎
##### 1.5.3 MySQL内建的其他存储引擎
##### 1.5.6 转换表的引擎
#### 1.6 MySQL时间线(TimeLine)
#### 1.7 MySQL的开发模式
## 附录
### [MySQL的命令汇总](static/doc/command.md)