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 |
Explain the ChangeApply stage?
can any one tell me how to install datastage 8.1 in windows xp with wizard
How do y read Sequential file from job control?
in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?
how does work server jobs?
Explain Quality stage?
To see hidden files in LINIX?
What is difference between 8.1 , 8.5 and 9.1 ?
in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh
How can u execute the sql query through unix? What is the Primary key for Dimension table? what is the primary key for Fact table?
What is the purpose of pivot stage and types of containers in datastage
What is the difference between operational data stage (ods) and data warehouse?