Search found 459 matches

by rasi
Fri Aug 22, 2003 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Issues...
Replies: 7
Views: 2334

Sorting Issues...

Hi, My job is creates 12 million records which need to be agregate and then insert into the table. I am doing a pre-sort and using the sort order for the sorted columns. But when I use for 12 million records it abort saying row out of sequence. Whereas if I use it for few hundred thousand I is worki...
by rasi
Fri Aug 22, 2003 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 6
Views: 2053

Hash File

Hi,

Is is advisable to have a hash lookup with 25 millions rows or to have a db plugin stage.

kindly advise
Rasi
by rasi
Fri Aug 22, 2003 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOIN tables in Datastage
Replies: 14
Views: 5875

Hi Billy,

Merge stage is to join two Sequential File. If you are talking about the table then any database should have the functionality to do the union based on your select. Try the user definied query to solve your problem.

Cheers
Rasi
by rasi
Tue Jul 22, 2003 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation performance
Replies: 15
Views: 5102

Hi Guys

Thanks for your answers

Without buying an additional tool. Can we do this in the operating system level in Unix. If so how to do it.

Cheers
Rasi
by rasi
Tue Jul 22, 2003 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation performance
Replies: 15
Views: 5102

Aggregation performance

Hi All, Suggestion Needed for the following situation. I have Five Flat files(each are in 2-5 millions) in the same format which I need to insert into Single table after doing the aggregation. Database : DB2 ver 7 AIX Datastage : Ver 5.2 Question is what is the most efficient way of doing this. Foll...
by rasi
Wed Jul 16, 2003 12:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Developers Required
Replies: 0
Views: 781

Datastage Developers Required

Hi All,

We need datastage developer(Junior and Senior position) to work with us. If anyone is interested kindly send your resume to me. Location will be Asia Pacific and the start date will be 1 month. Salary will be negotiated based on your experience.

Thanks
Rasi

Send resume to : siva@yifan.net
by rasi
Tue Jun 17, 2003 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Insert Performance
Replies: 3
Views: 1442

DB2 Insert Performance

Hi All, Just wondering about the performance with DB2. While inserting 15 million records into the db2 table it is took 2 days to finish it. The job uses db2 plug-in to insert records into the database. Is there any thing need to be checked to increase the performance. Also my other jobs which has t...
by rasi
Tue May 27, 2003 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Ver 6 and DB2 8
Replies: 1
Views: 872

Datastage Ver 6 and DB2 8

Hi All,

Did anyone tested datastage version 6 with db2 version 8. Is the db2 plugin in Dastage ver 6 has any new features. Also let me know the compability of dastage version with db2 version.

Thanks
Rasi
by rasi
Wed May 07, 2003 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate or Recreate in DB2
Replies: 2
Views: 1036

Truncate or Recreate in DB2

Hi,

What is the best thing in db2 while doing full refresh of a table. Is it better to drop the table and recreate it using datastage or simply truncate the table and insert records.

Thanks
Rasi
by rasi
Wed May 07, 2003 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 and Datastage Ver 6
Replies: 1
Views: 653

DB2 and Datastage Ver 6

Hi All,

Is there any problem with DS Version 6 and DB2 Version 7 or 8.
Did anyone implemented datastage Version 6 with DB2 version 7.x or 8.x.

Thanks
Rasi
by rasi
Mon Mar 31, 2003 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML as input
Replies: 3
Views: 1692

Hi,

You need to add XML Pack that comes with the CD. Once you installed you will see Two Plug-Ins(XML Reader and XML Writer).

Thanks
Rasi
by rasi
Tue Mar 18, 2003 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using a routine to write to Oracle tables
Replies: 8
Views: 3706

Hi,

Use the Aggregrator stage in your job and in the transformation capture the required info you need to log. Inside Aggregrator use the last function to insert into the oracle table.

I am using this techique and it is quite efficient.

Thanks
Rasi
by rasi
Mon Mar 17, 2003 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file corruption
Replies: 7
Views: 2965

Hi, Hash files are basically used for lookup reference to make the fetch fast. To get the maximum performace while creating the file only select the columns which are required. Hash files can get corrupted. But always make sure that you can re-create the hash file with your job re-running. However t...
by rasi
Mon Mar 17, 2003 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version In Singapore
Replies: 2
Views: 822

Hi

The latest version is 6.0. Also Ver 6.1 is released last week and check with your local Ascential Vendor for this release.

Thanks
Rasi
by rasi
Tue Mar 11, 2003 9:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: aggregator stage & nulls
Replies: 4
Views: 2218

Hi,

It all depends what you want to do. If you want only the non-nulls to be considered in the average then it is the default. If you want the null to be counted as well then use the transformation to substitute the null value to 0 and send it to the aggregretor stage.

Thanks
Rasi