Apply a parameter pushdown optimization
The Parameter Pushdown optimization technique can be applied to any step in the transformation.
Although similar to the Query Pushdown optimization, Parameter Pushdown optimization differs because it can applied to any step and it maps a field value to a parameter in a simple WHERE
clause in which a parameter is assigned a specific value using the equal operator like the following example: WHERE region= "South"
.
PreviousDisable the query pushdown optimizationNextHow the parameter pushdown optimization technique works
Last updated
Was this helpful?