You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.