Any one can tell me how to explain puss-down optimization ?
explain me with example plz?
Answer Posted / babu
Hi,
In informatica 8.6.0 has one most usefull feature i.e
is nothing but a PUSHDOWN OPTIMISATION.This is available in
session properties.whenever the client want beter
performance that time we use this feature.
basically pshdown optimisation classified into 3 seps.
1.Sourece side pushdown optimisation.
2.Target side pushdown optimisation.
3.Full based pushdown optimisation.
1.Sourece side pushdown optimisation::
It means topush the
busines logic into source database(RDBMS ONLY)as much as
Possible.It reducess the burden of the informatica server
to run the session.
2.Target side pushdown optimisation::
It means topush the
busines logic into Target database(RDBMS ONLY)as much as
Possible.It reducess the burden of the informatica server
to run the session.
3.Full based pushdown Optimisation::
It means topush the
busines logic into Source,Target database(RDBMS ONLY) and
Informatica as much as Possible.It reducess the burden of
the informatica server to run the
session.
NOTE: The above all are work only the RDBMS files only
only.
please correct me if any thing wrong.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Mention some types of transformation?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
How many number of sessions can one group in batches?
What is sq transformation?
how tokens will generate?
How are the sources and targets definitions imported in informatica designer?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
What are the different versions of informatica?
Explian the Process of deployment groups in informatica
What is lookup transformation?
How to generate sequence numbers without using the sequence generator transformation?
list out all the transformations which use cache?
Design a mapping to load the cumulative sum of salaries of employees into target table?
What is rank index in rank transformation?
Design time, run time. If you don't create parameter what will happen