Store changes
These settings are only available when the Store changes replication mode is enabled.
On update
Select Store before and after image to store both the pre-UPDATE data and the post-UPDATE data. When not selected, only the post-UPDATE data will be stored.
Change table creation
If change table exists when full load starts: Select one of the following to determine how to load the Change Tables when Full Load replication starts:
- Drop and create change table: The table is dropped and a new table is created in its place.
- Delete old changes and store new changes in existing change table: Data is truncated and added without affecting the table metadata.
- Keep old changes and store new changes in existing change table: Data and metadata of the existing Change table are not affected.
Table header columns
Las columnas del encabezado de la tabla de cambios proporcionan información sobre la operación de procesamiento de cambios, como el tipo de operación (por ejemplo, INSERT), el tiempo de confirmación, etc. Si no necesita esta información, puede configurar la tarea de ubicación de destino (trasladar) para que cree las tablas de cambios con columnas de encabezado seleccionadas (o ninguna), reduciendo así su huella en la base de datos de destino.
For a description of the header columns, see Tablas de cambios.