where actually the usage of push down optimization
happens...
Answer Posted / 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 |
Post New Answer View All Answers
Write the unconnected lookup syntax and how to return more than one column.
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What are the popular informatica products?
what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What is joiner transformation in informatica?
what is $$$$?
How you can differentiate between connected lookup and unconnected lookup?
Define Pmrep command?
What is the meaning of decode in informatica?
how to load rows into fact table in data warehouse
How to do the error handling of if ur source is flatfiles?
Explain the code page compatibility?
How to create a non-reusable instance of reusable transformations?