Hi
I have been asked several times the following questions.
1.How does one do incremnental loading
2.Scenario - You are trying to load reasonable amount of
rows into the target table, and its taking a helluva lot of
time.What could be the reasons?
I hate to answer these tw0 , gives me nightmares to even
think of it!!!
3.Tell me any complex situation you have faced( as an
Informatica Developer) and how did you resolve it.
4.tell me any complex mapping that you have done.
All the experienced people out there , please please, reply
to these questions.
Answer Posted / chiky
How does one do incremnental loading
CHECK OUT THE OPTION, truncate target table option in
sesson==> target properties.
this makes the incremental load.
Scenario - You are trying to load reasonable amount of
rows into the target table, and its taking a helluva lot of
time.What could be the reasons?
use bulk loading in session properties.
use less record as master table in joiner
use filter in first of the mappings
dont use unwanted columns in source qualifier.. better use
SQL overriding.
use dynamic lookup only if in use.
tune your query what ever reads from db.
use partitioning of table if records are huge in number.
3.Tell me any complex situation you have faced( as an
Informatica Developer) and how did you resolve it.
4.tell me any complex mapping that you have done.
AM not enough experienced to answer this two questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a rank transform?
What are active transformations.
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
According to his methodology what all you need before you build a datawarehouse
What is data movement mode in Informatica and difference between them?
Explain what are the different types of transformation available in informatica.
Explain in detail scd type 2 through mapping.
Explain joiner transformation in informatica
Plz can any one say me how to get the informatica certification materials and dumps
What is the difference between writing a joiner query in ANSI style and THETA style?
As union transformation gives UNION ALL output, how you will get the UNION output?
How to implement security measures using repository manager?
What is a standalone command task?
How can we update a record in the target table without using update strategy?
What is the reusable transformation?