InnoDB Internals: InnoDB File Formats and Source Code Structure
Contents |
← Back to MySQL University main page
[edit] InnoDB Internals: InnoDB File Formats and Source Code Structure
- Date and time: October 1, 2009
- To attend, point your browser to this address. Note that the meeting room will open only 15 minutes before the hour. (This line can be removed after the session.)
- Presenter: Calvin Sun, Oracle
- Host: Paul DuBois
- Abstract: The InnoDB storage engine provides transactions, row-level locking, and automatic crash recovery. Its on-disk files play a pivotal role for those key features. This presentation describes how on-disk files are structured, how compressed tables are organized, and how long variable-length columns are stored. As we develop new features, it is inevitable for file format changes. We will explain how the new file format management works in the InnoDB Plugin.This talk also covers InnoDB source code structure.
- Presentation slides: The InnoDB File Format
- Session recording: (stream) (download)
- Chat transcript
Related information:
