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


Please Help Members By Posting Answers For Below Questions

What is native users?

725


Where are the source flat files kept before running the session?

626


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1751


What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?

716


In how many ways we can create ports?

703






Write the prerequisite tasks to achieve the session partition?

650


How are indexes created after completing the load process?

987


What are the conditions needed to improve the performance of informatica aggregator transformation?

583


Enlist some properties of sessions.

630


How to generate or load values in to the target table based on a column value using informatica etl tool.

610


Enlist the various types of transformations.

559


Explain lookup transformation source types in informatica

702


What do mean by local and global repository?

705


How do you change a non-reusable transformation to reusable transformation?

598


How do you manage the Parameter files while migrating your data from one environment to another environment?

551