Data Engineering Streaming
- Data Engineering Streaming 10.5.4
- All Products
Property
| Description
|
---|---|
Tracing level
| Controls the amount of detail in the mapping log file.
|
Maintain Row Order
| Maintain row order while writing data to the target. Select this option if the Data Integration Service should not perform any optimization that can change the row order.
When the Data Integration Service performs optimizations, it might lose the row order that was established earlier in the mapping. You can establish row order in a mapping with a sorted flat file source, a sorted relational source, or a Sorter transformation. When you configure a target to maintain row order, the Data Integration Service does not perform optimizations for the target.
|
Truncate Target Table
| Truncates the target before loading data.
|
Update Mode
| Defines how rows are updated in the target tables. Select from the following options:
|
postSQL
| The SQL command the Data Integration Service runs against the target database after it writes to the target.
The Developer tool does not validate the SQL.
|
preSQL
| The SQL command the Data Integration Service runs against the target database before it reads the source.
The Developer tool does not validate the SQL.
|