What is parallel processing in informatica?
Answer / Priyanka Nigam
Parallel processing in Informatica is a technique that allows multiple tasks to be executed simultaneously, improving performance by dividing the workload among multiple processors. This can be achieved using PowerCenter's parallel engine.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?
can you use flat file for lookup table?why?
What do you mean by channel change?
Suppose i have 10000 records.First time i have to load 1 to 1000 records and second run i have load 1000 to 2000 records and third load i have to load 2000 to 3000 rows .How will achieve
How to handle changing source file counts in a mapping?
can we create index and drop index in exsisting table while using infomatica
Generally how many Fact Tables and Dimensions Table you have used in the Project? Which one is loaded first Fact Table or Dimensions Table into the warehouse? What is the size of the Fact Table and Dimension Table? what is the size of the table and warehouse
Explain load alternative records / rows into multiple targets - informatica
How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
How to load data into 3 target tables which are in different schema but with the same name and same relational connection at infromatica level ? How to differentiate while loading ? and how to load ?
i have to extract data from a flat file.the flat file has 10 records.i have to extract the 1st and 5th record every time.how is it done.