v.21.1Improvements
Allow Atomic engine for nested MaterializeMySQL database
Allow usingAtomicengine for nested database ofMaterializeMySQLengine. #14849 (tavplubix).
Why it matters
This feature allows better transactional support and crash safety for tables inside the nested database of theMaterializeMySQL engine, improving data consistency and durability during replication from MySQL.How to use it
When configuring theMaterializeMySQL engine, specify the nested database to use the Atomic engine for its tables. This enhances reliability without additional user intervention.