What is difference between partioning of relatonal target
and partitioning of file targets?

Answers were Sorted based on User's Feedback



What is difference between partioning of relatonal target and partitioning of file targets?..

Answer / swetha

If you parttion a session with a relational target
informatica server creates multiple connections o the
target database to write target data concurently.If you
partition a session with a file target the informatica
server creates one target file for each partition. yoU can
configure session properties to merge these target files.

Is This Answer Correct ?    6 Yes 0 No

What is difference between partioning of relatonal target and partitioning of file targets?..

Answer / isha_gtb

How to Partition Flat files?

Sessions can run on single or multiple nodes (in a grid). Row distribution depends on two factors –

Number of Threads
Number of Partitions
A. Flatfile Sources

Partitioning allowed for both Direct and Indirect type Flat file sources
Some Source Qualifier transformation with subsequent transformations like Joiner transformation (configured with sorted input) require sorted row order.
It is important to preserve the row order while distributing rows between partitions. This is to be achieved by setting an appropriate value for “Concurrent Read Partitioning” in Session properties.
B. Flatfile Targets

While writing a target, you can configure Informatica to write to different files one for each partition or you can configure to write data concurrently.
All these files can be merged to one file when the process completes as indicated in the merge type
To merge the files, you can either set below properties / write a post session command – Merge Type, Merge File Directory, Merge File Name
Informatica allow you to merge the target files in three different ways –
Sequential Merge – Informatica creates one output file for each partition and sequentially merge them to a single file when the session completes
Concurrent Merge – Informatica writes the output data for all partitions concurrently on to one merge file. Sorting order will not be preserved in this type of merge
File List – Informatica creates and write one output file for each partition and write the file directory and file name to a separate list file.





Ref :

http://etllabs.com/informatica/informatica-partitions/4810/

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

i have 2 mapings for this 2 mapings i want use only one lookupt/r how?

3 Answers   Wipro,


How to import oracle sequence into Informatica?

3 Answers   Satyam,


how many types of dimensions are available in informatica?

0 Answers  


What are the types of schemas we have in data warehouse.

0 Answers  


How would you copy the content of one repository to another repository?

0 Answers  






select count(1) from emp? what is the o/p?

5 Answers   TCS,


Why we require dwh in particular projects?

1 Answers   Amdocs,


1)how to generate sequnce numbers in informatica without using sequnce genarator transformation. 2)i have number of records in my sourse, but iwant to display first and last record only. how it is possible in informatica. 3)i want to update the records without using updatestrategy transformation. 4)what is diffrance between ab-intio and datastage than compared to informatica. 5)what is the latest version of informatica in our field.

5 Answers   CTS,


i want excute multiple sessions in one workflow using the "start task".what do i need to do?

2 Answers  


Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.

27 Answers  


How many numbers of sessions can one group in batches?

0 Answers  


Explian the connected and unconnected lookup transformation

1 Answers   Informatica,


Categories