Change Data Capture (CDC)
Change Data Capture (CDC)
Change Data Capture (CDC)
Change Data Capture (CDC) files represent row-level mutations after the initial full-load snapshot.
OP Column SemanticsThe OP column describes the operation type:
In some scenarios, Fortress replaces a row instead of updating it in place. In CDC, this can appear as:
Treat this sequence as a replace/upsert of the same logical record. The id remains the stable identifier.
This also explains why some D operations may not include a deletedAt value.
To process CDC files correctly:
YYYYMMDD-HHMMSSfff.csv.id in a batch, apply precedence:This precedence ensures reload-style sequences resolve correctly.
D -> U -> I) when multiple ops for the same id exist in one batch.