Skip to content

6. Eager Migration

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

Eager Migration

In eager migration, the system immediately physically moves all data stored under the old schema into tables in the new schema prior to becoming available to client requests over the new schema.

The implementation of eager migration is based on PostgreSQL with zero changes. This post will show you how to set up the raw PostgreSQL.

Clone this wiki locally