Skip to content

7. Multi Step Migration

Gang Liao edited this page Mar 10, 2021 · 5 revisions

Multi-step Migration

In multi-step migration, a schema change is registered with the system ahead of time, and the system copies data into the new schema in a background process. Reads are served from the old schema, while writes go to both schemas.

Clone this wiki locally