How to fasten loading of 100 million distinct records in
informatica?
(Initially they are loaded into target without using any
transformation, taking 2 hours)

Answers were Sorted based on User's Feedback



How to fasten loading of 100 million distinct records in informatica? (Initially they are loaded ..

Answer / 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

How to fasten loading of 100 million distinct records in informatica? (Initially they are loaded ..

Answer / guest

Partition

Is This Answer Correct ?    6 Yes 3 No

How to fasten loading of 100 million distinct records in informatica? (Initially they are loaded ..

Answer / nitin tomer

1) Load Data using Bulk Load for that we have to drop index from the target table, but after loading the data to create the index will also take good amount of time
2) Create a sequence 1 to 100 million using sequence generator and create the pass-through partition to load data, let say 10 partition we can create from 1 to 100000 like that.

Partitioning will definitely give huge performance improvement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

0 Answers  


Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.

5 Answers  


Can I create one wrkflw which will run different wrkflws on schedule time?

3 Answers  


Parameter and variable differences

0 Answers  


What is the function of look up transformation?

0 Answers  






What is intricate mapping?

0 Answers  


what is semi-additive fact?where did u used?

2 Answers  


What are partitions in informatica and which one is used for better performance?

2 Answers  


If a table contains 100 records we have to fetch 50-100 records from source to target?how

7 Answers   CSC,


How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?

3 Answers  


Separate from an archive server and a powerhouse?

0 Answers  


Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?

5 Answers  


Categories