Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Aggregation Tables with less data than facts table - Is it a problem?

Hello guys! I've recently enter the big data BI world and have a very specific question. This is my model: I have a fact table with last 4 years (2020-2023) of data (2 billion rows) ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Should I then have hot and cold logic?
    Fact_hot_table: last 2 years of data
    AGG_hot_table: last 2 years of data
    Fact_cold_table: all the data prior to the last 2 years

    After, I need to change metrics accordingly to this logic. So if in the slicer I pick a date prior do 2022, for instance, the measure will be calculated on the COLD table.