What is the default execution order of the sequential file?

Answer Posted / shar

It behaves different w r t reading capability.
i.e.,
when it is reading a single file; it does sequential mode of
reading by default and when it is reading multiple files it
does parallel mode of reading by default.

And if we need to improve performance of sequential file
stage when reading a single large file then we have two
options:
1. Read from Multiple Nodes
2. No of readers per node.

1st one is applicable only when flat file is Fixed length
file and not applicable for delimited formatted files.

The latter one is applicable for delimited files by
mentioning no of nodes then it performs parallel mode of
execution by reading single file in partitions improving the
performance.

Thats it.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this

545


which r the connectors used in san?

1786


Why do you need stage variables?

658


Can you explain repository tables in datastage?

899


Which algorithm you used for your hashfile?

686






Which commands are used to import and export the datastage jobs?

978


Can you filter data in hashed file?

3341


How the ipc stage work?

670


Does datastage support slowly changing dimensions ?

659


What is the difference between Datastage 7.5 and 7.0?

671


what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees

657


Can we use target hash file as a lookup ?

2814


Define meta stage?

780


Have you used Unstructured data?

830


What is staging variable?

622