Search found 2 matches
- Fri Sep 16, 2005 12:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Jobs - record processing
- Replies: 2
- Views: 817
"Wish to know, even in Server Jobs records are not processed row by row but in bunch." If row buffering is disabled, row by row. If row buffering is enabled and you have active-to-active stage links, then rows are buffered ("bunches"?). Thanks Ray, but if row buffering is disabled again we may get ...
- Thu Sep 15, 2005 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Jobs - record processing
- Replies: 2
- Views: 817
Server Jobs - record processing
I have 10 records with 2 columns each in my input sequential file like, A1 B1 A2 B2 A3 B3 A4 B1 A5 B5 I want to generate Surrogate Key for each of the column (should result in 09 surrogate key) using hash file lookup. According to my understanding when we are using a dynamic hash file records get ca...