How Logs Work On MySQL With InnoDB Tables
(Page 1 of 4 )
Every wondered how MySQL logs transactions etc with the InnoDB table type? In this article Peter teaches us everything we need to know and more!In this article I will describe how logs work with MySQL and InnoDB. Very little of this material is in the manual. I gleaned it from the source code while researching for our latest book (SQL Performance Tuning by Peter Gulutzan and Trudy Pelzer).
If you've ever worked with MySQL and InnoDB tables then this article should give you some "insider" knowledge that you wont find anywhere else, so sit back and get ready to read!
Next: What Happens With Data-Change Statements? >>
More MySQL Articles
More By Peter Gulutzan