Looking for advise on loading keys into factless fact tables

cogplay at 17h28
18
Aug
2010
Looking for advise on loading keys into factless fact tables

Please consider the following options and recommend an approach. Thanks in advance.

Option 1
PERSON_KEY DEGREE_KEY LANGUAGES_SPOKEN_KEY ROLE_TITLE_KEY
P1 D1 L1 R1
P1 D2 L2 R2
P1 D1 L3 R3
P1 D2 L3 R4

Option 2
PERSON_KEY DEGREE_KEY LANGUAGES_SPOKEN_KEY ROLE_TITLE_KEY
P1 D1 null null
P1 D2 null null
P1 null L1 null
P1 n
About
This topic belongs to the forum
  • Data Warehousing and Business Intelligence based on dimensional modeling and the Kimball Lifecycle.

  • Numbers of topics : 1858
  • Numbers of messages : 8714
  • Numbers of users : 3801
  • Numbers of points : 1672
Similar topics
Some time ago I was asked to build the BI platform for a road safety organization. The warehouse was built of three primary fact tables, each with a collection of associated dimensions. I am now trying to branch out into ETL and Warehouse design, and from
Hi, I have following tables FACT, A_DIM, B_DIM. How do I update relationship between a_key and b_key in the FACT table when new record arrives in TYPE2 a_dim dimension? Below is simple create scrip to illustrate what I mean. create table fact (a_key
I've read different opinions about the usage of dates in fact tables. If a date is NEVER used to filter and only reported, what is the purpose of adding it as a date key instead of a plain date type? Aren't we wasting the resources to get to the date
If I have a fact table with a "counter" fact, for example a customer places an order, but then goes back and changes parts of that order any number of times, I want to store how many times the customer changed his/her order. The grain of the
Hi, Is it acceptable to create an aggregate fact table from the staging tables after you have cleaned out the data in staging? I know usually you're supposed to create aggregate fact tables from the fact/dimension tables, however can it be done straigh
Forums from same category
See also
more_less
Informations

1 Replies For the topic :
"Looking for advise on loading keys into factless fact tables"

This topic has been viewed 973 times.

Last message :
18/08/2010 at 17h28 by "cogplay"