A Lookup File Set includes an internal index on the key columns.
A Sequential File stage would need to be completely imported into a virtual Data Set, but this lacks an index, so that lookups would still require a partial or full scan.
Search found 53125 matches
- Wed Jan 04, 2006 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup file Set
- Replies: 3
- Views: 865
- Wed Jan 04, 2006 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warnings in change capture stage
- Replies: 3
- Views: 912
- Wed Jan 04, 2006 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: modify stage
- Replies: 2
- Views: 798
- Wed Jan 04, 2006 3:34 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: RTI
- Replies: 1
- Views: 1808
Start at the Ascential web site and DeveloperNet (where there is also an RTI forum).
- Tue Jan 03, 2006 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decimals
- Replies: 3
- Views: 1112
- Tue Jan 03, 2006 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: diffrence between joiner and lookup
- Replies: 7
- Views: 3130
- Tue Jan 03, 2006 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving the Job Version Number
- Replies: 10
- Views: 2507
I'm not doing DataStage at all this week - conducting a Red Brick training class, no access to DataStage. RTI_Enabled is definitely do-able, I've forgotten how, but will check when I can. Job version number can be obtained from DS_JOBOBJECTS ROOT record (field #8) for the job. The key to this record...
- Tue Jan 03, 2006 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion in Transformer
- Replies: 3
- Views: 936
Code: Select all
Oconv(Iconv(MyDate, "DMDY"), "D/MDY[4,2,2]") : " 00:00:00"- Tue Jan 03, 2006 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run a job with no limit as warning
- Replies: 10
- Views: 2097
- Tue Jan 03, 2006 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is it possible to have two Instances of 7.5.1 on one box
- Replies: 17
- Views: 3955
- Tue Jan 03, 2006 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User defined SQL-required link property
- Replies: 5
- Views: 1708
- Tue Jan 03, 2006 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transpose a row Question in Parallel jobs
- Replies: 18
- Views: 7576
- Tue Jan 03, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in reading a seqfile in px
- Replies: 5
- Views: 1691
- Tue Jan 03, 2006 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 access
- Replies: 5
- Views: 1303
- Tue Jan 03, 2006 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Fields Checking
- Replies: 1
- Views: 812
It's not easy. DataStage does not have an inherent metadata checking function. You might have some success by making not only the Data Set control file name a job parameter, but also the Schema File property (which assumes that you have created external schema files) but it's not something I've ever...