i have two sources two flatfiles same structure
one flatfile contain 100 million recs
another flatfile contain 10 million recs
i have to connect single target(performance oriented answer)
what are the steps we have to do this scenario
Answer Posted / srikanth
Hi,
Both teja and Babu Answers are correct..
But here we need to consider Performance wise which one is
better.
here we have only two flat files one is having 100 million
records and second one having 10 million records.
union transformation can supports for flat files also and it
is acting as union all(don't worry about this).
first drag the 100 million records source and then drag the
10 million records source on mapping designer.
connect these two sources to union transformation.
union transformation can merge the Data By COLUMN by COLUMN.
so it is trying to merge only 10 million records with
existing 100 million records
Then we can tune the performance here.
if we have lot of flat files(same structure) then we have to
go for file indirect.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the use of code page?
How to implement security measures using repository manager?
Explain what are the different versions of informatica?
How can we handle two sessions in informatica?
What is a standalone command task?
What is the difference between writing a joiner query in ANSI style and THETA style?
State the differences between sql override and lookup override?
What are the different lookup cache(s)?
is it possible to index the data in cache of lkp transformation ?
What is substr in informatica?
How to create the source and target database connections in server manager?
How to use pmcmd utility command?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
Can we get 1st record through Informatica(without sequence number).