Table of Contents

Enum MigrationPhase

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Describes the current phase of an in-progress schema migration.

public enum MigrationPhase

Fields

AllocatingSegments = 1

Allocating storage segments for the new component layout.

Analyzing = 0

Computing the schema diff and planning the migration.

BuildingNewIndexes = 4

Building indexes for the new layout.

Complete = 7

Migration finished.

Flushing = 6

Flushing migrated data and metadata to durable storage.

MigratingEntities = 2

Copying and transforming entity data into the new layout.

RecreatingRevisionChain = 3

Rebuilding the MVCC revision chain for the migrated component.

UpdatingMetadata = 5

Updating persisted schema metadata to the new revision.