Enum MigrationPhase
Describes the current phase of an in-progress schema migration.
public enum MigrationPhase
Fields
AllocatingSegments = 1Allocating storage segments for the new component layout.
Analyzing = 0Computing the schema diff and planning the migration.
BuildingNewIndexes = 4Building indexes for the new layout.
Complete = 7Migration finished.
Flushing = 6Flushing migrated data and metadata to durable storage.
MigratingEntities = 2Copying and transforming entity data into the new layout.
RecreatingRevisionChain = 3Rebuilding the MVCC revision chain for the migrated component.
UpdatingMetadata = 5Updating persisted schema metadata to the new revision.