Performance issue while loading into table

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
monaz
Participant
Posts: 98
Joined: Sat Aug 23, 2008 3:14 am

Performance issue while loading into table

Post by monaz »

hi All,

i am facing some performace issue while loading the data into table at the output stage

I am using below stages to load data

Four Datasets are concatenated using funnel stage late it goes to the transformer stage which invokes a external C routine and loads into table


Is there any bulk loading option in DataStage ODBC stage?

I run the job against 150K records, it took almost 3 hours.

The same job i laoded the output into sequential file completed in mins.

Please suggest..
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Define what 'loading' means here - all inserts? To answer the bulk load question, you'd need to actually mention the name of the database you're working with.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Prove that the "external C routine" is efficient (not the bottleneck).

How do you define "performance" in an ETL context?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
monaz
Participant
Posts: 98
Joined: Sat Aug 23, 2008 3:14 am

Post by monaz »

ray.wurlod wrote:Prove that the "external C routine" is efficient (not the bottleneck).

How do you define "performance" in an ETL context? ...
Thanks to all...


Yes i am using an ODBC stage to Insert or update the records coming from the source datasets into sybase database in parallel job.

Since i have 150k records expected to insert into table everyday so its just taking time around 3hrs to complete.

My question is that is there any option in which we can bulk insert or update the records into table.

Please advice..
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You can't do "insert or update" with a bulk loader.
-craig

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