what is combinability and non combinability?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the stages in datastage?
Tell me the syntax of Configuration file?
What is the roundrobin collector?
Describe routines in datastage? Enlist various types of routines.
Which algorithm you used for your hashfile?
What is the use of Row generator stage?
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.
difference between function and procedure...
WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
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..........
What are the different options associated with dsjob command?