Usage of IPC stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
pg_smh
Participant
Posts: 15
Joined: Sat Feb 10, 2007 3:31 am

Usage of IPC stage

Post by pg_smh »

If I use an IPC stage between a DRS stage and a hash file, will it improve the performance. I'm trying to load data from an Oracle DB table containing around 3 million records into a hash file and it took around 30 minutes, I want to improve upon this.
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

Do you use all the records you are loading into the hash file?
If not then doing a lookup without a hash file would improve your performance.
Please post your scenario, So that people can help you better.
There are a lot of ways to improve your current performance, if you can post the exact scenario.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First determine the bottleneck. If you replace the Hashed File stage with a Sequential File stage, who long does it take to run then?
-craig

"You can never have too many knives" -- Logan Nine Fingers
pg_smh
Participant
Posts: 15
Joined: Sat Feb 10, 2007 3:31 am

Post by pg_smh »

This hash file acts as a shared lookup across different warehouses(In my case warehouses differ on the basis of line of business - Finances, HR, etc..). and all the rows are needed.
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

Are you using Static or Dynamic Hashed files?
Wrong settings in Static hashed files can reduce the performance drastically.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Were you able to identify the bottleneck using Craig's suggestion.
You optimization route will depend on that.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply