what is combinability and non combinability?

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


Please Help Members By Posting Answers For Below Questions

If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

1725


Why do we use link partitioner and link collector in datastage?

784


How can one find bugs in job sequence?

891


what is the difference between == and eq in UNIX shell scripting?

1067


How to manage date conversion in Datastage?

725






how to export or import the jobs in .ISX file

826


What is ds designer?

762


how to sort two columns in single job in datastage.

2640


Differentiate between operational datastage (ods) and data warehouse?

766


How to find value from a column in a dataset?

1847


If you want to use a same piece of code in different jobs, how will you achieve this?

914


Can you explain repository tables in datastage?

1012


What is the difference between the local container and shared container?

732


Where the datastage stored his repository?

702


What are the types of containers?

798