What I said above was option B does less work (meaning better performance). You said it was easier, and I would agree with that too.harikhk wrote:In terms of construction effort I agree that option B is easier but what in terms of performance
Search found 2886 matches
- Thu May 22, 2014 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field value to the length of the column
- Replies: 13
- Views: 4860
- Thu May 22, 2014 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field value to the length of the column
- Replies: 13
- Views: 4860
- Thu May 22, 2014 1:19 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: ISD stages license requirnment
- Replies: 6
- Views: 5973
- Thu May 22, 2014 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate text file for each input record
- Replies: 5
- Views: 2446
- Thu May 22, 2014 7:33 am
- Forum: General
- Topic: Cluster vs SMP
- Replies: 10
- Views: 4590
Check out this IBM Redbook and share it with your architect.
IBM InfoSphere Information Server Deployment Architectures
IBM InfoSphere Information Server Deployment Architectures
- Thu May 22, 2014 7:30 am
- Forum: General
- Topic: Cluster vs SMP
- Replies: 10
- Views: 4590
The license costs and performance depends on which tier or tiers you are talking about, and what type of HA you might configure (lower cost active-passive vs. an alternative). There are so many topology and HA variations to choose from. One HA consideration is automatic vs. manual failover and wheth...
- Wed May 21, 2014 9:35 pm
- Forum: General
- Topic: Cluster vs SMP
- Replies: 10
- Views: 4590
- Wed May 21, 2014 8:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while compiling custom operator code
- Replies: 8
- Views: 2293
On the command line, you may be missing the -I option in front of the include path provided. Try inserting -I with no space.
This topic shows a compiler command where two include paths have been referenced.
Code: Select all
-I/opt/IBM/InformationServer/Server/PXEngine/include- Wed May 21, 2014 2:42 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Does data need to be re-imported every time it changes?
- Replies: 3
- Views: 2947
Initially metadata is imported into IA. After that you can run column analysis or other types of analysis on the actual data. The analysis results are stored and available for further review, like a snapshot. If the source metadata (table structure) changes, my experience has been to import the new ...
- Wed May 21, 2014 1:52 pm
- Forum: General
- Topic: Installing fix pack-1 on DataStage 8.5
- Replies: 1
- Views: 954
- Wed May 21, 2014 1:50 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: ISD stages license requirnment
- Replies: 6
- Views: 5973
- Wed May 21, 2014 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while compiling custom operator code
- Replies: 8
- Views: 2293
- Wed May 21, 2014 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic sequential file name generation
- Replies: 13
- Views: 7940
I'm not sure if it can be done within one job in a more elegant way, short of working a support case. Escaping the tick marks with backslashes or more tick marks doesn't help. You could try more variations using single quotes, double quotes, or other special escape characters. This may be less elega...
- Wed May 21, 2014 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: handle 'm/d/yyyy' and 'mm/dd/yyyy'
- Replies: 6
- Views: 2079
- Wed May 21, 2014 8:44 am
- Forum: General
- Topic: error while Installing IBM datastage 9.1.2
- Replies: 6
- Views: 5809
I hit something similar on 8.7 (same error code, different return code, different details). I had to contact IBM Support, open a PMR, and they guided me through a manual workaround. I suggest you check the installer's log files and if nothing obvious jumps out to fix, then contact your product suppo...