type

PhaseMode

type PhaseMode string

The transaction boundary for a resumable phase.

Source migration/phases.go:29

Constants

PhaseTransaction"transaction"
Run every step and ledger completion in one transaction.
PhaseBatch"batch"
Run one typed keyset executor in bounded transactions.
PhaseNoTransaction"no_transaction"
Run one typed operation that PostgreSQL forbids inside a transaction.