MySQL just announced the 8.0 GA in Apr, 2018, this is a very impressive release which will bring quite a lot of new and good features to all users. For example, new data dictionary, enhanced DDL, descending index, partial update JSON, dedicated server, new in-memory storage engine, etc. At the meantime, MySQL has improved the performance significantly in the 8.0 GA release, such as the re-design of redo log. As we know, InnoDB is the main and most important storage engine which is supported officially. By diving into InnoDB, we can know better about how these new features and improvements are implemented, what users should pay attention to, how users can run 8.0 server in a better way.
MySQL 8.0: What's new in InnoDB
Open Source Database
IB501
08/11 10:45 - 11:25
漢語 / Mandarin Chinese
Skilled / 中階
DBA, database(MySQL) users and anyone who is interested in mysql source code or might write code based on MySQL
苏斌 (Su Bin)
I have been working on database field since 2005. I'm now a principle software engineer in Oracle / MySQL / InnoDB. I have developed several features for InnoDB. The latest is on data dictionary and DDL related work.