Answer Posted / 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 View All Answers
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
Why do we use link partitioner and link collector in datastage?
How can one find bugs in job sequence?
what is the difference between == and eq in UNIX shell scripting?
How to manage date conversion in Datastage?
how to export or import the jobs in .ISX file
What is ds designer?
how to sort two columns in single job in datastage.
Differentiate between operational datastage (ods) and data warehouse?
How to find value from a column in a dataset?
If you want to use a same piece of code in different jobs, how will you achieve this?
Can you explain repository tables in datastage?
What is the difference between the local container and shared container?
Where the datastage stored his repository?
What are the types of containers?