is this approcah right?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
times29
Premium Member
Premium Member
Posts: 202
Joined: Mon Sep 22, 2008 3:47 pm

is this approcah right?

Post by times29 »

hi,
Trying to build fact table, I am thinking of this approach please let me if anything can be improved

Stg_table----transformer----changecapture---filter --(update and insert on fct table)


2) all look ups for dimensions on transformer

(Master Table will be stage_table and all keys will come from dimension table)

Thanks
vasa_dxx
Participant
Posts: 39
Joined: Sun Sep 28, 2008 2:59 am
Contact:

Post by vasa_dxx »

To apply CDC u need 2 Lookup to check for Non-key field value changes.
Include a Lookup between Stg_table & Transformer.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Unfortunately you are wrong in your assertion. The change detection stages can take one input directly from the target table. No Lookup stage is required.

I suspect you first learned change detection in a server job environment.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply