More Resilient Schema Changes at Scale
Because many schema changes in MySQL are blocking, the accepted workaround for many years has been to use an external tool such as pt-online-schema-change or Gh-ost. These tools both work similarly:
code.cash.app