PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.5.8
- All Products
Property
| Description
|
|---|---|
Tracing level
| Controls the amount of detail in the mapping log file.
|
Target Schema Strategy
| Type of target schema strategy for the target table.
You can select one of the following target schema strategies:
|
DDL query for create or replace
| The DDL query based on which the Data Integration Service creates or replaces the target table.
This option is applicable when you select the
CREATE - Create or replace table at run time target schema strategy.
By default, a Hive table is created with ORC storage format on the Hortonworks HDP 3.1 distribution.
|
Truncate target table
| Truncates the target before loading data.
Default is enabled.
|
Truncate target partition
| Truncates an internal or external partitioned Hive target before loading data. You must select the
Truncate target table option before you select this option.
This option is applicable when you run the mapping in the Hadoop environment.
Default is disabled.
|
PreSQL
| SQL command that the Data Integration Service runs against the target database before it reads the source. Only the Spark engine can run PreSQL commands against Hive targets.
The Developer tool does not validate the SQL.
|
PostSQL
| SQL command that the Data Integration Service runs against the target database after it writes to the target. Only the Spark engine can run PostSQL commands against Hive targets.
The Developer tool does not validate the SQL.
|
Maintain row order
| Maintains 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. When you configure a target to maintain row order, the Data Integration Service does not perform optimizations for the target.
|