Search found 6797 matches
- Wed Jan 31, 2007 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read DISTINCT from flat file ?
- Replies: 5
- Views: 1206
- Wed Jan 31, 2007 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
- Wed Jan 31, 2007 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read DISTINCT from flat file ?
- Replies: 5
- Views: 1206
- Wed Jan 31, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Envirn Variables as Job Parameters
- Replies: 3
- Views: 710
- Wed Jan 31, 2007 12:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
- Wed Jan 31, 2007 12:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column names in DS_jobs,DS_jobobjects,RT_LOGNNN
- Replies: 2
- Views: 1526
Code: Select all
LIST.DICT <<TableName>>
Run the above command in your Administrator. Its similar to Oracle Describe.
- Wed Jan 31, 2007 12:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lock and unlock jobs
- Replies: 20
- Views: 5670
Put a big, brighty-coloured annotation on it I'm working on this. DO NOT change it! I think easiest, simplest solution is provided by Ray. If others have to work on this in your absence, then the developer should add his/her id and timestamp and a brief description of what was changed, to the annot...
- Wed Jan 31, 2007 12:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL1652N : File I/O error occurred
- Replies: 34
- Views: 16058
for some strange reason our support team wants all jobs to write to the same log file. Possible, but it has to be sequential. For parallel processing, they have to be seperate files. Perhaps your support team needs to know that simultaneous writes to the same file is not possible, whether its the c...
- Wed Jan 31, 2007 12:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
So is it better to use only Insert New Rows only..in Update Action Moreover downt he line we will be doing incremental load for every two days..Even then using Inser and Update will pose a problem Yes, 110% better. Yes. And if your DBA is anything like mine, he will laugh as the fact that you are a...
- Wed Jan 31, 2007 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
- Wed Jan 31, 2007 12:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to recover deleted job from Datastage Director
- Replies: 3
- Views: 3924
- Wed Jan 31, 2007 12:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
- Wed Jan 31, 2007 12:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
- Wed Jan 31, 2007 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dsjob run Status Code
- Replies: 5
- Views: 2326
- Wed Jan 31, 2007 12:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving performance
- Replies: 24
- Views: 3968
Re: Improving performance
pradkumar wrote:My option int he target DRS is Insert New Rows or Update Existing.
For a start, your problem is right there. Split your inserts and updates. And for millions of records, use the bulk loader.