
书名: Understanding MySql Internals
作者: Sasha Pachev
出版社: O'Reilly
出版日期: 2007年5月
文档格式: PDF
文档大小: 1.66M
内容简介: 书如其名,这本书并不侧重SQL语句语法或者怎样写一条语句来执行查询,而是努力让读者理解MySql内在工作机制,例如MySql如何完成存储,如何完成查询,跟深入的探讨了这一系列动作背后的真相。作者有一段介绍很恰入其分:
Thus, in order to appreciate the inner workings of MySQL, you need to get close to the places where that devil is being subdued. Somewhere in the dark depths of the optimizer or inside the B-tree, there is music to be heard as you study the code. It will take some work to hear that music, but once you do, you can feel its beauty.
看一下目录就可以大概了解起内容:
Chapter 1, MySQL History and Architecture
Introduces the major modules in the source code and their purpose.
Chapter 2, Nuts and Bolts of Working with the MySQL Source Code
Tells you how to download the source code and build a server from scratch.