Skip to content

standard

Expand/Contract Migration Pattern

A schema-change discipline that splits a breaking database change into an additive phase, a backfill with dual writes, and a removal phase, so old and new application versions can both run against one database.

Known aliases

  • expand and contract
  • parallel change

Relationships

No evidence-backed relationships are recorded.

Current clusters