Search found 20 matches

by bibhudc
Mon Aug 16, 2004 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wht is collating Sequence Map in Sort Stage
Replies: 3
Views: 1333

Re: Need Details of Patition key in Link Partitioner Stage

lets say you have source records with 2 columns - a number datatype called "customer_key" & a varchar column called "name". Modulus -- lets say you want 7 partitions. which partition the record will fall into will depend on the result of mod (customer_key, 7) .. i.e. partitio...
by bibhudc
Thu Aug 12, 2004 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Link Partitioner?
Replies: 3
Views: 3665

Re: How to use Link Partitioner?

Prashant, Go to Chapt 2 (Optimizing Performance in Server Jobs) of the Server Job Developer Guide and look for an example in the section "CPU Limited Jobs - Multi-processor Systems" This example partitions (using Link partitioner) the rows so that it can be worked upon (using a transformer...
by bibhudc
Sat Aug 07, 2004 7:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 8
Views: 5299

Re: Hash File

A hash file has 2 basic building parameters: 1) modulus [how many groups/bins to create - 1 ? 100 ? N (unknown)?] and 2) separation (how large is a group/bin- 2000 bytes ? 4000 bytes ?). - What is the difference between this two types. In dynamic hash files, you let the engine decide how many bins (...
by bibhudc
Sat Aug 07, 2004 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ELSE IF STATMENT
Replies: 10
Views: 2863

Bobby,

Roy wanted you to try this

IF DSLink59.CHANNEL_TYPE= DS THEN "B" ELSE IF DSLink59.CHANNEL_TYPE=D2D THEN "C" ELSE "X"

-Bibhu
by bibhudc
Tue Jun 22, 2004 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 4
Views: 1618

here are a few papers explaining hash files
http://www.fitzlong.com/Technical%20Papers.htm

- Bibhu