PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.4.1
- All Products
Property
| Description
|
---|---|
Lookup caching enabled
| Indicates whether the Data Integration Service caches lookup values.
Select
Lookup caching enabled to enable lookup caching. When you enable lookup caching, the Integration Service queries the lookup source once, caches the values, and looks up values in the cache. Caching the lookup values can increase performance on large lookup tables.
When you disable caching, each time a row passes into the transformation, the Integration Service issues a select statement to the lookup source for lookup values.
The Integration Service supports lookup caching on the native and non-native environments. The Integration Service does not support uncached lookup in the non-native environment.
|
Property
| Description
|
---|---|
Database
| Overrides the database name specified in the connection.
|
Schema
| Overrides the schema name specified in the connection.
|
Warehouse
| Overrides the Snowflake warehouse name specified in the connection.
|
Role
| Overrides the Snowflake user role specified in the connection.
|
Pre SQL
| SQL statement that the Data Integration Service executes before extracting data from the source. For example, if you want to update records in the database before you extract the records from the table, specify a pre-SQL statement.
|
Post SQL
| SQL statement that the Data Integration Service executes after extracting data from the source. For example, if you want to delete some records after the latest records load, specify a post-SQL statement.
|
Table Name
| Overrides the table name of the imported Snowflake source table.
|