What is the default execution order of the sequential file?
Answers were Sorted based on User's Feedback
Answer / srinivas
By default it is sequential but we can make it as parallel.
By defying the number of readers per node option.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dipanjan17
The execution mode of Sequential file stage in datastage is
sequential by default.You can validate that from :
Sequential file stage--->Stage tab-->advanced tab ---
>Execution Mode
Is This Answer Correct ? | 6 Yes | 1 No |
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 |
What is use Array size in datastage
How do you get log info into a file?
What are the processing stages?
how to implement scd2 in datastage 7.5 with lookup stage
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
what is a force compile
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
How to delete the data in dataset?types of deleting the data in dataset?
Name the command line functions to import and export the DS jobs?
On which Dimension Table you implemented SCD Type in your Project
What are the different type of jobs in datastage?
can we see the data in fixed width file? how can u change the datatype of fixed width files?