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

Differnce between filter and router?

14 Answers   IBM,


What is the difference between normal and bulk loading? Which one is recommended?

1 Answers  


How can you display only hidden files in UNIX

4 Answers   Cognizant, L&T,


how can we check whether a particular cache is static or dynamic?

1 Answers   InfoCepts, TCS,


What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?

10 Answers   Deloitte,






differnece between joiner and a look up(please don't give just definitions)....i mean in which scenario it is better to use joiner and in which scenario better o use lookup ??

2 Answers   IBM,


I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?

2 Answers  


how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process

0 Answers   Patni,


in what type of scenario bulk loading and normal loading we use?

2 Answers   Cognizant, Wipro,


what is normalizer transformation?

4 Answers   Wipro,


TELL ME ABOUT WORK FLOW SCHEDULING?

3 Answers   TCS,


How union transformation is active ?

2 Answers   Puma,


Categories