Database Query vs. DataStage Stages

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kksr
Participant
Posts: 37
Joined: Fri Dec 30, 2005 5:57 am

Database Query vs. DataStage Stages

Post by kksr »

Hi All,

Source Database : Oracle.
I need to calculate some max value for the one of my source column. For this I need to write SELECT query in oracle stage is better or I can go for Aggregate stage and which will give you the best performance in PX??
KKSR
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

If it is simple MAX function, database option will give you quick response. That again depends on how busy you database is.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
You can delete the other duplicate post created for the same topic.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply