Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

WAT IS TEXT LOAD?

3 Answers   Wipro,


My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify

1 Answers   TCS,


What is the cumulative sum and moving sum?

0 Answers  


what is sql override?what is the use of it?

4 Answers   Sonata,


my session have to run Monday to Saturday not run sunday how to sedule in informatica level?

1 Answers   Infinite Computer Solutions,


what are the reusable tasks in informatica ?

11 Answers   CTS, HP, IBM, TCS,


what is plsql table?

2 Answers  


What are the differences between source qualifier and joiner transformation?

0 Answers  


I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible

3 Answers   IBM,


which T/r we can use it mapping parmeter and mapping variable? and which one is reusable for any mapping mapping parmeter or mapping varibale?

3 Answers   Wipro,


What is the way to execute pl/sql script using informatica mapping?

0 Answers  


What is the difference between writing a joiner query in ANSI style and THETA style?

0 Answers   TCS,


Categories