When we enable pushdown optimization technique, two options
will be enabled (use view,..). Can anyone tell me how these
two options will work ?
When do we need to go for pushdown optimization technique ?

Answers were Sorted based on User's Feedback



When we enable pushdown optimization technique, two options will be enabled (use view,..). Can any..

Answer / parikhita prusty

MY dear friend when we used pushdown optimization it
increases the session performanse.

The integration service analyses mapping transformations and
determine which t?r logic to be sent to the target and
source database.

The integration servicetranslates the T/r logic into sql and
sends it into the database for processing.

The pushdown optimization is configured in 3 ways
i) Source side PDO
ii)Target side PDO
iii)Full side PDO(Both source and target side)

If anybody have some doubts u can ask in my mail id
parikhita2000@gmail.com

Regards
Parikhita

Is This Answer Correct ?    3 Yes 0 No

When we enable pushdown optimization technique, two options will be enabled (use view,..). Can any..

Answer / priyank

Hi,

For Pushdown optimization, we use

1. Temporary View for the below scenarios:
a. When the SQ or look up t/f contain a SQL override.
b. When the look up t/f is used with Filter t/f.
c. When an unconnected look up is used.

2. Temporary Sequence is used for the below scenario:
a. When a Sequence generator t.f is used in the mapping.


When Source side PDO is selected, the IS traverses from
Source side to the Target side till it comes across a
transformation whose logic cannot be pushed to the
database. If the logic for all the transformations can be
pushed to the database, still the target update override
query will be executed on the target database as logic of
transformations are pushed to the database whcih includes
the SQ query.

As per me, the push down optimizations are mainly used for
performance enhancement of the workflows as there are some
logics which can be exected faster on the database compared
to Informatica.

Please let me know all your comments if any on the above.

Is This Answer Correct ?    3 Yes 0 No

When we enable pushdown optimization technique, two options will be enabled (use view,..). Can any..

Answer / manojkumar

Thanks you so much parikhita.

Can you give me the exact two options(use view,..) which
will enabled when we select pod and how these options will
work?

When I select pod on source side, what about target insert
or update query ? will it be pushed to target db? Or only
select query will be pushed to source db ?

and when do we need to go for pushdown optimization
technique ? ofcourse it increses the performance. But at
what situation or circumstances we need to go for pod ?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Hi gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance....

1 Answers  


If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?

2 Answers  


How can you validate all mappings in the repository simultaneously?

0 Answers  


Name at least 5 different types of transformations used in mapping design and state the use of each.?

0 Answers   Informatica,


follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000

5 Answers   IBM,






Can you use the maping parameters or variables created in one maping into any other reusable transformation?

1 Answers  


what are the perameter and variable?

3 Answers   IBM,


i have a source which relational.I am trying to populate to target flat file with one column for daily date which is sysdate. I want to populate the sysdate coulmn with DD/MM/YYYY format. kindly provide a solution for this..my clear that my target is flat file.

3 Answers  


Explain about perform recovery?

1 Answers  


Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V

3 Answers   NTT Data,


How to extract sap data using informatica?

0 Answers  


What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?

4 Answers   Cap Gemini, IBM,


Categories