What is the default execution order of the sequential file?

Answers were Sorted based on User's Feedback



What is the default execution order of the sequential file?..

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

What is the default execution order of the sequential file?..

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

What is the default execution order of the sequential file?..

Answer / 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

More Data Stage Interview Questions

What are the environmental settings for data stage,while working on parellel jobs?

2 Answers   Satyam,


how to handle null values using transformer stage?

1 Answers  


State the difference between an operational datastage and a data warehouse?

0 Answers  


how to handle null values in sequential file?

1 Answers   HCL,


i have the source from Uk,north america how can i pass the data two tables based on the locations

2 Answers  






it is possible to load two tables data into one sequential file?if possible how?plz share with me?

6 Answers   TCS,


You enter values in a schema file for RCP and you also entered values in sequential file? which one will it take?

1 Answers   TIAA CREF,


what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?

2 Answers  


what is parameterset?

4 Answers   Wipro,


What are the important features of datastage?

0 Answers  


at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it

5 Answers   IBM,


source contains 2 columns comes to target 4 columns how

1 Answers   IBM,


Categories