How to fasten loading of 100 million distinct records in
informatica?
(Initially they are loaded into target without using any
transformation, taking 2 hours)
Answer Posted / dev
Have index on the sources and make sure indexes are dropped in target(any ways these are distinct records) before load and opt for bulk loading. Once load is done you can create thee indexes again and maybe analyze the table also.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
What is confirmed fact in dataware housing?
What do mean by local and global repository?
explain one complex mapping with logic? sales project?
What is the difference between a connected look up and unconnected lookup?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Explain Dataware house architecture .how data flow from intial to end?
draw informatica architecture 8.6 ?
How will the document be delivered to me?
What is target load order?
Name the different lookup cache(s)?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Partition, what happens if the specified key range is shorter and longer
How can a transformation be made reusable?
Is it possible to revert a global repository to local one and why?