What are Rapid changing dimensions?
Answer / arun
A dimension which have frequent changes. These type of dimensions can be maintained by splitting up the frequently changing attributes in to sub dimensions (More like a Normalized structure), so history can be maintained with less storage. But retrieval may be time consuming.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between lookup override and souce qualifier override ?
We can achieve better perfomance using sorter before an aggragator. Then what is the significance of 'Sorted Input' check in aggregator ?? Please let me know the difference ??
Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.
In which scenario did you used pushdown optimization?
What are the different ways to implement parallel processing in informatica?
Can you generate sequence numbers without using the sequence generator transformation?
What are the types of metadata that stores in repository?
differnece between joiner and a look up(please don't give just definitions)....i mean in which scenario it is better to use joiner and in which scenario better o use lookup ??
while for 100 records in source table loaded sucessfully in trgt table . assume ,session will take 10min or 5 min to successfully succeeded. then 100 million records r there in source how much time will take by session to succeeded. there no fail ok.trgt table will load 100 million records with out any errors . don't tell perfect time . assume your self how much time to succeeded?
What are active and passive transformations?
Dependecy Errors in Informatica ? Do u got any dependency problems while running session? Can any one Explain Clearly.
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?