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 |
SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE THERE?WHAT LOGIC?
how can we create rank using datastage?what is the meaning of rank?
What is meta stage?
what is combinability and non combinability?
1.which index is follows the dimensions tables?why? 2.what is the use of trigger in job sequence? 3.what is the mean of optimization? 4.what is the job control?when we use it? what is difference bet batch and sequencer? 6.seq--->seq,seq--->copy--->seq which one is best and efficient?
what about data stage requirement
when we will use connected Lookup & Unconnected Lookup
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
in oracle target stage when we use load option and when we use upsert option?
what is parameterset?
what is the use of materialized view?