Data Engineering Streaming
- Data Engineering Streaming 10.5.2
- All Products
Property
| Description
|
---|---|
Tracing Level
| Amount of detail that appears in the log. You can choose from terse, normal, verbose initialization, or verbose data. Default is normal.
|
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.
|
Number of Replica
| Sets the number of replicas that each table will have.
Replication factor must be odd.
Default is 1.
|
Table Name
| Name of the target table.
|
Table Partitioning Strategy
| Type of partition applicable to the table. Partitioning is applicable to primary key fields only.
You can select from the following options:
Default is HASH.
You cannot specify the range conditions for the columns of your choice.
|
Upsert
| Upserts any record flagged as update. Select this property when you use the Update Strategy transformation in the mapping to flag records as update.
Not applicable for streaming mappings.
|
Primary Key Columns
| Identifies a primary key column that you specify when you choose to create the target schema strategy. Enter a comma-separated list of column names that you want to be part of primary keys.
|
Target Schema Strategy
| Target schema strategy for the Kudu target table.
|