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 is the difference between == and eq in UNIX shell scripting?
how to delete one row in target dataset
can we use sequential file as a lookup
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?
Can you explain engine tier in information server?
How do you register plug-ins?
input like 2 7 8 9 5 1 7 3 6 output:2 5 6 how to find out this plz explain?
In Datastage, how you can fix the truncated data error?
what is a nodemap constraint
How will you move hashed file from one location to another location?
How do you get log info into a file?