what is combinability and non combinability?

Answers were Sorted based on User's Feedback



what is combinability and non combinability?..

Answer / ramya

combinality is a mode in Advance tab of a stage.

The mode can have values: Auto, Combinable, Don't Combine.
Auto: let the DataStage decide whether to combine the
stages
Combinable: Combine the operator with other stage if
possible
Don't Combine: do not combine them at all

I think Don't Combine may be non combinability in your
terms.

Is This Answer Correct ?    5 Yes 0 No

what is combinability and non combinability?..

Answer / sharath s j

Combinability refers to combining operators while running
the job.
EX: Data is read from some table (parallel) Then thru copy
stage u r moving it to another parallel target stage (oracle).

Here the operation of moving thru copy stage will be
combined. When u run the job, you wil not get log entries
for copy stage. And performance stats will not show that the
data is moved to oracle (since copy is combined with oracle)
If you selct "do not combine" in the copy stage, you will
get the logs for copy stage.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What are the stages in datastage?

0 Answers  


Tell me the syntax of Configuration file?

1 Answers  


What is the roundrobin collector?

0 Answers  


Describe routines in datastage? Enlist various types of routines.

0 Answers  


Which algorithm you used for your hashfile?

0 Answers  






What is the use of Row generator stage?

2 Answers  


1.How to read multiple file from sequential stage. 2.If a file doesn't arrive or doesn't exists in sequential stage how do u handle this. 3.What do you do before taking data from source to staging area. 4. I have a remove duplicate stage and transformer stage.what will u do for optimizeing the performance of the job.

4 Answers   Syntel,


difference between function and procedure...

1 Answers   IBM,


WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?

2 Answers   Wipro,


we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?

1 Answers   HSBC, NTT Data,


source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........

3 Answers   Patni,


What are the different options associated with dsjob command?

0 Answers  


Categories