Poor performance on Sunfire T2000

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
fanman7
Premium Member
Premium Member
Posts: 1
Joined: Wed Aug 30, 2006 8:09 am

Poor performance on Sunfire T2000

Post by fanman7 »

We are experiencing poor performance with a Sunfire T2000 server with 32GB RAM, one 8 Core CPU, 1GHz processor.

The server was purchased for PX jobs however the current code has not yet been converted.

Initial benchmarks are showing drastic performance hits when compared to a Semetrical multiprocessor server (V880)

When writing to hash files over 450% degradation of performance compared to the same job and input on a Sunfire V880 with 4CPU and 8GB RAM running at 1.2GHz

When writing sequential FF to sequential FF the degradation is 40%

Do these numbers seem accurate since Server is a single threaded application that we are trying to run on a box designed for a multi-threaded app?
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Define "performance" in an ETL context. What measurements are you taking about resource consumption?

DataStage starts processes. Allocation of those processes to CPUs is a function of the operating system. Eight cores should theoretically be the same as eight single-core CPUs in standard benchmark tests (keep DataStage out of the picture) - if it's not you probably need to get Sun involved to find out why not.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'd worry more about the performance of your disk subsystem with regards to those metrics rather than raw CPU and RAM.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply