Event language
UI language
InnoDB is ACID compliant transactional Storage Engine for MySQL database. InnoDB is default storage engine for MySQL since 5.5.<br><br>InnoDB is being improved continuously since many years in MySQL and MySQL 8.0, which is current GA release of MySQL Server, incorporates great improvements in InnoDb not only in functionalities but also in performance.<br><br> To name few:<br> - Instant DDLs<br> - Clone for provisioning.<br> - Page tracker for faster incremental backup.<br> - New design for Partial BLOB storage/update (JSON) to increase performance.<br> - New REDO log design for performance improvements.<br> - New UNDO logs design for easier management.<br> - Encryption of Tablespace/UNDO/REDO logs for better security.<br> - Atomic and Crash Safe DDL.<br> - New DD hosted in InnoDB.<br> - Automatic configuration of InnoDB parameters based on system resources.<br> - And so on..<br><br> This talk aims to give a glimpse of above features and many other improvements in InnoDB in MySQL 8.0.