# 🔖 宝典内容
六、Next-Key Locks
七、关系数据库设计理论
# 📚 参考资料
- AbrahamSilberschatz, HenryF.Korth, S.Sudarshan, 等. 数据库系统概念 [M]. 机械工业出版社, 2006.
- 施瓦茨. 高性能 MYSQL(第3版)[M]. 电子工业出版社, 2013.
- 史嘉权. 数据库系统概论[M]. 清华大学出版社有限公司, 2006.
- The InnoDB Storage Engine (opens new window)
- Transaction isolation levels (opens new window)
- Concurrency Control (opens new window)
- The Nightmare of Locking, Blocking and Isolation Levels! (opens new window)
- Database Normalization and Normal Forms with an Example (opens new window)
- The basics of the InnoDB undo logging and history system (opens new window)
- MySQL locking for the busy web developer (opens new window)
- 浅入浅出 MySQL 和 InnoDB (opens new window)
- Innodb 中的事务隔离级别和锁的关系 (opens new window)