Search found 35 matches

by laiko
Sat Jun 07, 2008 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimizing performance using DS
Replies: 3
Views: 1126

Maybe.. I just need to optimize the entire process, so either an improvement on Selection or transfer will help. Any advise??
by laiko
Fri Jun 06, 2008 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimizing performance using DS
Replies: 3
Views: 1126

Optimizing performance using DS

Hi, I have a source table which resides in a remote DB. I get the records from this table based on the last_update_date column. Unfortunately, this table is not range-partitioned in the last_update_date column. My query is simple, no joins and so gets only from one table. As simple as: SELECT col1, ...
by laiko
Mon Jun 02, 2008 10:18 pm
Forum: General
Topic: bulk select/insert
Replies: 3
Views: 1369

bulk select/insert

Hi, Is there such thing as bulk select and insert in DataStage? I have something like: SELECT from remote DB --> transformer --> INSERT to DW I noticed that the records are one by one going through the transformer, then to INSERT stage. I find this very slow. Is it possible to bulk colelct them befo...
by laiko
Sat May 31, 2008 7:56 am
Forum: General
Topic: Will DBlink make it faster?
Replies: 6
Views: 4572

Are you talking about Postgres "dblink"? quote] Nope, i mean Oracle dblink. In my experience, a dblink is neither faster nor a silver bullet. Hi Craig, thanks for welcoming me :) I am just quite not aware of how DS works. Wihout a dblink, does it get the data from db1 to its local memory ...
by laiko
Fri May 30, 2008 9:23 am
Forum: General
Topic: Will DBlink make it faster?
Replies: 6
Views: 4572

Will DBlink make it faster?

Hi,
I have a source table which is in database SourceDB and the target table is in TargetDB. The load runs very slow. Will a dblink help?? Right now, I do not use and dblink since in DataStage, we simply specify the database (DSN), right?

thanks in advance..