Instance Data Replication system properties
These system properties control the behavior of the Instance Data Replication (IDR) application.
To set IDR system properties, navigate to the System Properties [sys_properties] table and add the property.
| Property | Description |
|---|---|
The record batch size for data comparison results
|
If the data comparison results exceed 1 million records within the given date range, the request is divided into batches of 10,000 records.
|
The threshold for missing or mismatched records
|
If the number of missing or mismatched records exceeds 50% of the total records found within the given data range, the comparison stops and partial seeding is recommended for the given date range instead.
|
The maximum number of records
|
The maximum number of records allowed for processing a data comparison.
|
The maximum runtime
|
The maximum amount of time allowed for running a data comparison.
|
Fields to skip
|
The list of fields to skip when comparing records between instances.
|
| Property | Description |
|---|---|
Stop replication if an out-of-order issue occurs
|
By default, IDR stops replication if
an out-or-order issue occurs on the consumer. You can change the default behavior when an out of order issue occurs on the consumer by adding this property and setting it to false. This automatically re-queues and replicates missing messages using the most recent record details from the producer without stopping replication.
Note: Each producer and consumer instance must be on the same family version
to use this property. Both instances must be on Vancouver or
higher. |
Set attachment size limit idr.cdc.replication.table.reader.attachment.size |
By default, IDR doesn't restrict the size of attachments. You can change the default behavior by adding this property and entering a maximum size for attachments.
|