where actually the usage of push down optimization
happens...

Answers were Sorted based on User's Feedback



where actually the usage of push down optimization happens.....

Answer / krish

One can push transformation logic to the source or target
database using pushdown optimization. The Integration
Service translates the transformation logic into SQL queries
and sends the SQL queries to the source or the target
database which executes the SQL queries to process the
transformations. The amount of transformation logic one can
push to the database depends on the database, transformation
logic, and mapping and session configuration. The
Integration Service analyzes the transformation logic it can
push to the database and executes the SQL statement
generated against the source or target tables, and it
processes any transformation logic that it cannot push to
the databas

there are some limitations to it like if we are using
variable port we can't do pushdown.

Is This Answer Correct ?    4 Yes 0 No

where actually the usage of push down optimization happens.....

Answer / pradeep

Basically we use the push down optimization to reduce the load on the integration service.The integration service translate the business logic into sql query and it pushes to source & Target dbs.In this form we can reduce the load on integration.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

explain the scenario for bulk loading and the normal loading option in Informatica Work flow manager ???

8 Answers   CTS, TCS,


Write the unconnected lookup syntax and how to return more than one column.

0 Answers  


Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?

3 Answers   TCS,


What are the types of maping in Getting Started Wizard?

1 Answers  


How to load a Dimension ? and how to load a fact table?

0 Answers  






how to obtain performance data for individual transformations.

2 Answers  


What is a predefined event?

0 Answers  


how we do performence tuning in informatica

3 Answers  


My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.

5 Answers   Amdocs,


Differences between version 7.x and 8.x.

0 Answers   Accenture, Cognizant,


What does “tail –f” command do and what is its use as an Informatica admin.

0 Answers  


What is parallel processing in informatica?

0 Answers  


Categories