Episode 135 - mySQL 8.0 has a new feature called Atomic DDL and it is not what you think - podcast episode cover

Episode 135 - mySQL 8.0 has a new feature called Atomic DDL and it is not what you think

Mar 05, 20207 min
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

MySQL 8.0 supports atomic Data Definition Language (DDL) statements. This feature is referred to as atomic DDL. An atomic DDL statement combines the data dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic transaction. The transaction is either committed, with applicable changes persisted to the data dictionary, storage engine, and binary log, or is rolled back, even if the server halts during the operation.

I discuss mySQL 8.0 atomic ddl compared to Postgres transactional ddl

For the best experience, listen in Metacast app for iOS or Android