Table of Contents

Enum CheckpointReason

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

What triggered a checkpoint cycle. Carried as the reason byte on CheckpointCycle spans.

public enum CheckpointReason : byte

Fields

Forced = 1

Explicit DatabaseEngine.ForceCheckpoint call (page cache backpressure or user-initiated).

Periodic = 0

Periodic timer wake (CheckpointIntervalMs elapsed).

Shutdown = 2

Shutdown — final checkpoint before process exit.