Search found 7 matches

by AlanPA
Thu Oct 02, 2008 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor Performance using MLoad Stage
Replies: 4
Views: 1795

I am not updating any of the primary index
by AlanPA
Thu Oct 02, 2008 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor Performance using MLoad Stage
Replies: 4
Views: 1795

I am adopting this way because my where condition does not have every key column of the table. Table1---->updating--->Temporary_Table1 API MLOAD Table1 ===== Actually the table has 7 key columns. My job has brought in just 2 of the key columns from the source. The steps I am following are : ========...
by AlanPA
Wed Oct 01, 2008 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor Performance using MLoad Stage
Replies: 4
Views: 1795

Poor Performance using MLoad Stage

Hi, I have been using the Mload stage to update 1 million records in a table. The rows/sec or rather the performance of the update is low. I am doing a migration project from Oracle to Teradata. The performance when compared to the oracle job is poor The stats are Oracle job updates the target at th...
by AlanPA
Sun Jun 15, 2008 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata connector for Datastage
Replies: 4
Views: 15201

Teradata Connector Stage

Hi, Thanks a lot on the update. I guess I will be able to work on it this week..since IBM is working on installing the patch... ..and it helped me in updating the client about a lil info. Regards, Alan Hi Alan, The new Teradata Connector Stage is available only for Parallel Jobs and has two modes of...
by AlanPA
Fri May 23, 2008 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata connector for Datastage
Replies: 4
Views: 15201

Teradata connector for Datastage

Hi All,

Can anyone please let me know the extra features of the teradata connector ?

Im not sure whether the fix released by IBM is for server , parallel or both.

Can anyone please give some insight about the connector on how different is it from teradata API Stage

Cheers!!!

Alan
by AlanPA
Tue May 06, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating and executing a PX routine
Replies: 3
Views: 1470

Done!!!

Thanks A lot...It worked out fine... :D
by AlanPA
Tue May 06, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating and executing a PX routine
Replies: 3
Views: 1470

creating and executing a PX routine

Hi, I had tried creating a c program for removing unwanted characters in the string and it works. FUNCTIONALITY ========== ROUTINENAME("A~b~C")---> AbC The code is like this....(It worked when I put the main ()) ================== replace_al ================== #include <stdio.h> #include <...