Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / kiran

when ever join 2 tables based on key columns if the key
column is numeric ,set modulus,if the key column is non
numeric set hash partition technique.and compare to look up
join give better performance coz join has sort operation
by default.

Is This Answer Correct ?    11 Yes 2 No

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

Answer / ashok

above answer has one mistake
i.e join doesn't has sort operation bydefault we explicitly
specify

Is This Answer Correct ?    9 Yes 3 No

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

Answer / poorna chandra

Hi this is Poorna ,

We can Improve the performance on join stage by doing
pre sorting for both left and right data based on
key .Then we can Improve the performance in join stage .

Plz correct me if any mistake in thinking .

Is This Answer Correct ?    6 Yes 1 No

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

Answer / rajeshchunduri

in emp and dept tables key column is deptno so it is key
based and datatype for key column is int . At this time we
change partion tech from hash to modulus.



chunduri

Is This Answer Correct ?    1 Yes 1 No

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

Answer / professional

Hi,
For the above query to improve the performance based on key columns in emp and dept joins by default sort in datastage for better performance if you have already a sorted data just go for environmental variables and do the operation #APT_Not_SORTDATA option then performance increase automatically...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

Define Merge?

1 Answers  


What is RCP

5 Answers   CGI, CTS,


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?

1 Answers   TCS,


What are the enhancements made in datastage 7.5 compare with 7.0?

1 Answers  


What are the job parameters?

1 Answers  


explain how to create SCD-2 IN DATASTAGE 7.5X2 PLZ EXPLAIN WITH 4 OR 5 RECORDS TAKE IT EXAMPLE AND JOB DESINGN URGENT

3 Answers   IBM, Polaris,


How to initialize environment variables?

4 Answers   Infosys,


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

1 Answers  


Pls tell me what is troubleshooting in datastage view?

1 Answers  


how to call sequential generator in datastage?

1 Answers   IBM,


in aggregator , how can i get the sum in readable format

4 Answers   IBM,


If the job aborted in a sequencer, how can we start that from the previews successful job.

1 Answers   SLK Software,


Categories