The document discusses methods for performing schema changes in MySQL replication and Galera clusters, including rolling schema changes and online DDL. It highlights the limitations of schema changes, particularly in respect to replication, and reviews tools like pt-online-schema-change for executing these alterations with minimal downtime. Additionally, it provides guidance on handling different table sizes and scenarios for effective schema updates.
Related topics: