Loading Fact table

bakunian at 21h56
17
Feb
2009
Loading Fact table

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 integer, b_key integer);
create table a_dim (a_key integer, a_id integer, a_string varchar2(20));
create table b_dim (b_key integer, b_id integer, b_string varchar2(20));
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 : 8713
  • Numbers of users : 3801
  • Numbers of points : 1613
Similar topics
In reading a previous thread, I understand that when a Dimension is changed by a SCD type 2, a new record is created for the new key and no update is needed on the previously existing facts. However, what happens in the loading of the fact table that
I'm new to data warehousing .. sorry if this is a basic question. I have a type 2 slowly changing dimension already loaded and now I want to load a fact table. At least, I think it should be a fact table. A lot of the entities in the dimension table
I have following source table: Source Table ID App_Version Os_Version Date 9123305 2.5.2.60 Windows NT 5.1 2/15/2009 9123306 2.5.2.60 Windows NT 5.1 2/15/2009 9123307 2.5.2.60 Windows NT
I would like some opinions with my approach here. I am trying to replace an overkill lift and load ETL process that basically replicated the entire universe of dataset every period instead of doing just Delta Load. In this delta approach, I have a stage
Hello I have been reading three of the Kimball books and playing with the MDWT_AdventureWorks_SSIS sample. I have learnt a lot but I have also become overwhelmed as I was new to DW/BI up until a few weeks ago. Also, the books are very detailed and ther
Forums from same category
See also
more_less
Informations

9 Replies For the topic :
"Loading Fact table"

This topic has been viewed 4413 times.

Last message :
17/02/2009 at 21h56 by "bakunian"