There's no 'right' way and there's always other ways possible. To me, the questions are: does this technique work for you? Is it efficient or at least efficient enough to not jeopardize your SLA? If so, then it's as right as any other solution.
Search found 42189 matches
- Sat Apr 21, 2007 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file problem
- Replies: 4
- Views: 939
- Sat Apr 21, 2007 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OBDC Lookup Performance
- Replies: 3
- Views: 1070
Re: OBDC Lookup Performance
I guess this performance problem is because of the key column is a string of 20 alphanumeric characters. No, it's all in the efficiency of your query. Compounded by the fact that it fires once for each record being processed. As noted, 7M records is NOT huge and should be easily handled by a hashed...
- Sat Apr 21, 2007 6:25 am
- Forum: General
- Topic: How to Handle primary key null handling
- Replies: 4
- Views: 1354
- Fri Apr 20, 2007 11:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open hash file
- Replies: 13
- Views: 6100
- Fri Apr 20, 2007 11:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To improve job performance.
- Replies: 5
- Views: 971
- Fri Apr 20, 2007 10:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open hash file
- Replies: 13
- Views: 6100
- Fri Apr 20, 2007 10:53 pm
- Forum: General
- Topic: How to Handle primary key null handling
- Replies: 4
- Views: 1354
I'm curious... if there something special you are looking for? If so, you'd have to be more explicit what 'primary key null handling ' means to you so we can answer the right question. Or can we assume, like our friend has, that you just mean plain old null detection - in which case the IsNull() or ...
- Fri Apr 20, 2007 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Spliting Strings - Stage Variable or Routine
- Replies: 10
- Views: 2134
- Fri Apr 20, 2007 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import and Compile of large number of jobs
- Replies: 7
- Views: 2340
- Fri Apr 20, 2007 2:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Viewing Output Files in Server
- Replies: 3
- Views: 961
- Fri Apr 20, 2007 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter values used in Nested Condition in Sequencer
- Replies: 6
- Views: 2491
If PERIOD is a value in your User Variables stage, you can't refer to it just by name. You need to prepend the stage name to it as well. So if the stage was called Fred then: Fred.PERIOD = 'P11 ' Or Fred.PERIOD = 'P12 ' Or Fred.PERIOD = 'P10 ' Would be more appropriate. If you used the External Para...
- Fri Apr 20, 2007 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter values used in Nested Condition in Sequencer
- Replies: 6
- Views: 2491
- Fri Apr 20, 2007 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter values used in Nested Condition in Sequencer
- Replies: 6
- Views: 2491
- Fri Apr 20, 2007 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator - Comparison with & without asserting Sort or
- Replies: 6
- Views: 1526
So, I specified the option 'Ignore' as the Sort Order in the inputs tab of the Aggregator. Ignore is a dangerous option. Are you sure you truly have something more complex than can be declared as ascending or descending? Could it not be properly sorted so that it can be? Sure seems like it could be...
- Fri Apr 20, 2007 12:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle stage properties (remote server)
- Replies: 20
- Views: 7664