Advertisement

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

mySQL 8.0 has a new feature called Atomic DDL and it is not what you think 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.




🏭 Software Architecture Videos


💾 Database Engineering Videos


🛰 Network Engineering Videos


🏰 Load Balancing and Proxies Videos


🐘 Postgres Videos


🚢Docker


🧮 Programming Pattern Videos


🛡 Web Security Videos


🦠 HTTP Videos


🐍 Python Videos


🔆 Javascript Videos


👾Discord Server

Support me on PayPal


Become a Patreon


Stay Awesome,
Hussein

software engineering,ddl,mysql 8.0 ddl,mysql atomic ddl,atomic ddl,data definition language,

Post a Comment

0 Comments