I am a beginner to DataWarehousing. We have created a data mart, a star schema design to load quarterly data. We have been loading the current data as and when approved by the business for that quarter.
Now we have a requirement to go back and load historical data (for 3 years which is around 40GB). The dimensions for loading this data will be the same ones used for qaurterly load. However, can we load this historical data into the same fact table or do we have to create a duplicate fact table to load the historical data alone? Is that a DW standard? I am trying to find the ways to do this as per the standards.
The current fact table is date partitioned on load_cycle_date which specifies the quarter the data was loaded for.
Thanks much!