About loading performance

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
chanthou_2000
Participant
Posts: 11
Joined: Mon Jun 16, 2003 2:21 am

About loading performance

Post by chanthou_2000 »

Hi all,

i posted an answer the 06/16/2003 to Steven about a loading
solution (topic : "loading performance") by using the sqlplus
command : copy. So i was wondering if someone has already
experimented this command and found that it's faster than DS for
loading rows with a lof of columns (>70) with an advantage :
avoid overloading of rollback segement in Oracle !

(sorry for my english ...)

Thanks

Chanthou
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

The copy is useful in situations where no transformation, mapping or validation is required. The Oracle copy command takes the data straight from the source server to the destination server. DataStage transfers the data to the DataStage server, passes it from input stage to the output stage and then onto the destination server. Obviously the allure of transformation means the copy command does not get a lot of use on DataStage projects but it's still a handy command.

Vincent McBurney
Data Integration Services
www.intramatix.com
Post Reply