The document discusses schema upgrades in Galera clusters focusing on methods for online DDL operations while maintaining system availability. Key techniques include Total Order Isolation (TOI) for strict consistency, Rolling Schema Upgrades (RSU), and the use of the pt-online-schema-change tool for non-blocking schema changes. Emphasis is placed on ensuring backward compatibility for applications and row replication during upgrades.