explain different levels in pushdown optimization with example?

Answer Posted / praveen hattikal

pushdown optimization: way of load balancing among the
servers to achieve optimal performance
Veteran ETL developers often come across issues when they
need to determine the appropriate place to perform ETL
logic. Suppose an ETL logic needs to filter out data based
on some condition. One can either do it in database by
using WHERE condition in the SQL query or inside
Informatica by using Informatica Filter transformation.
Sometimes, we can even "push" some transformation logic to
the target database instead of doing it in the source side
(Especially in the case of EL-T rather than ETL). Such
optimization is crucial for overall ETL performance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between repository database and repository service?

616


How to implement security measures using repository manager?

600


What is update strategy transform?

567


 Informatica Checkpoints

2853


Explain pushdown optimization and types in informatica

664






What is a code page?

710


Differentiate between source qualifier and filter transformation?

996


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

1638


What are the informatica performance improvement tips

609


How are indexes created after completing the load process?

984


What is session task and command task?

645


Whats the difference between informatica powercenter server, repositoryserver and repository?

670


What does role playing dimension mean?

621


tell me the rules and responsblites in our project(my project is development)

1493


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

1549