Loading data from one fact to another summary fact
+3
rademola
hang
Jamie
7 posters
Page 1 of 1
Loading data from one fact to another summary fact
Hello Folks,
I am looking to take the information from one Account fact table and then load it into another account summary fact table and then end of every month. Is this right architecture.. This is absolutely required for periodic snapshot
So on the whole can I load data from one fact table and another fact table.
Thanks in advance for the reply.
I am looking to take the information from one Account fact table and then load it into another account summary fact table and then end of every month. Is this right architecture.. This is absolutely required for periodic snapshot
So on the whole can I load data from one fact table and another fact table.
Thanks in advance for the reply.
Jamie- Posts : 1
Join date : 2011-01-06
Re: Loading data from one fact to another summary fact
Of course you can, and you should. The periodic snapshot in your case are the aggregates based on transaction facts. Loading aggregates from base level facts can guarantee the reconcilable rolling up.
hang- Posts : 528
Join date : 2010-05-07
Location : Brisbane, Australia
Re: Loading data from one fact to another summary fact
Yes it is the logical thing to do. It will make you reporting more efficient and happier customers. Only caveat is ensure that your summaries are not designed for a small set of reports..., and that your periodic snapshop always reconcile back to your atomic fact table.
rademola- Posts : 9
Join date : 2010-12-21
Re: Loading data from one fact to another summary fact
You can even load the aggregate from many fact tables as long as the grains are the same.
Jeff Smith- Posts : 471
Join date : 2009-02-03
Re: Loading data from one fact to another summary fact
Would one model this summary table as a stand-alone table or as a fact table with the same dimensions as the original fact table?
Thanks in advance for your reply.
Rick
Thanks in advance for your reply.
Rick
rschulz01- Posts : 5
Join date : 2011-07-26
Re: Loading data from one fact to another summary fact
rschulz01 wrote:Would one model this summary table as a stand-alone table or as a fact table with the same dimensions as the original fact table?
Thanks in advance for your reply.
Rick
It would be a fact table with the same or fewer dimensions.
Re: Loading data from one fact to another summary fact
Hi Jamie,
Personally I would take the snapshot into a separate fact table, but avoid aggregating it. While this may seem redundant, it actually speeds the design / build / test effort (e.g. snapshot table columns = source table columns + As_At_Date, with simple ETL), and also builds in more flexibility for future (unknown) requirements.
Good luck!
Mike
Personally I would take the snapshot into a separate fact table, but avoid aggregating it. While this may seem redundant, it actually speeds the design / build / test effort (e.g. snapshot table columns = source table columns + As_At_Date, with simple ETL), and also builds in more flexibility for future (unknown) requirements.
Good luck!
Mike
Similar topics
» Is a fact table contains summary data
» Loading data into fact table
» Loading Data Aggregated to Date into Fact Table
» summary and detail fact
» SNAPSHOT SUMMARY FACT -
» Loading data into fact table
» Loading Data Aggregated to Date into Fact Table
» summary and detail fact
» SNAPSHOT SUMMARY FACT -
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum