Search found 10 matches

by yxie
Thu May 21, 2009 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash on Sort Stage
Replies: 1
Views: 2041

Hash on Sort Stage

Hi folks, I have a job starting from two datasets, which are going to be joined based on two key, SEQ and DATE. Essentially I hash and sort them on sort stage before moving to join stage. My doubt is since I already define SEQ and DATE as keys from both dataset, I am not sure if they are already bee...
by yxie
Thu Feb 12, 2009 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: percentages of CPU
Replies: 2
Views: 1440

Thanks Ray, just been this project few weeks I will do more study on that.
by yxie
Thu Feb 12, 2009 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: percentages of CPU
Replies: 2
Views: 1440

percentages of CPU

Hi All, In my job, I use Oracle Enterprise Stage as source instead of ODBC, and replace lookup stage with diff stage, what I found throgh monitor is that the Elapsed time is very close, but the CPU percentages are less, is my observation correct? does this help to improve profermance? By the way is ...
by yxie
Wed Feb 11, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table option in Oracle Enterprise Stage
Replies: 4
Views: 3006

Thanks so much Craig,
Sorry for my green :lol: , do you mean only table itsself is partitioned, we can use this option, and index has nothing to do with this?
by yxie
Wed Feb 11, 2009 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Table option in Oracle Enterprise Stage
Replies: 4
Views: 3006

Partition Table option in Oracle Enterprise Stage

Hi All, I was trying to testify Partition Table option in oracle Enterprise stage for performace tuning, I wrote a simple select query and insert to a dataset the issue is that the number of extracted rows got doubled after I gave the source table as a partition table, I am sure there are several in...
by yxie
Thu Jul 31, 2008 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sed for newline character replacement
Replies: 3
Views: 1903

sed for newline character replacement

Hi, I have to change newline characters to space since one record has multiple lines from input file like ----------------------- 1 2 3 4 5 6 3 5 ----------------------- 2 4 6 6 7 8 7 7 ------------------------- In Sequential file stage I used sed 's/\n//g' which is not working without knowing the m...
by yxie
Wed Jul 23, 2008 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve from Unix file
Replies: 3
Views: 1562

Thanks Ray, Could you tell me where should I put this code to, Sequential file stage?
by yxie
Tue Jul 22, 2008 6:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve from Unix file
Replies: 3
Views: 1562

Retrieve from Unix file

I am trying to retrieve data from unix file through Sequential File Stage, the layout of file is like following 1....2 ......3 ........165......200....257 ------------------------------------------- 1; 235; 9090;.... 0000; 2; 353; 8849;.... 3666;... .... ....7780; 3; 536; 4672;.... 5745;... 8383; it...
by yxie
Thu Jan 10, 2008 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy input row
Replies: 1
Views: 1158

Copy input row

Hi,
We have a one single row from source table as a daily record, how to make 24 identical rows as input to target table, which requires data showing like hourly.


Thanks,

Yan