Hi BO Gurus,
We have the 5 fact tables with aggregation as:
Fact Table1 - Hourly ; Fields - Hour, Invoice Num, PO Num, Qty, Amount
Fact Table2 - Daily ; Fields - Date, Invoice Num, PO Num, Qty, Amount
Fact Table3 - Weekly ; Fields - Week, Invoice Num, PO Num, Qty, Amount
Fact Table4 - Monthly ; Fields - Month, Invoice Num, PO Num, Qty, Amount
Fact Table5 - Quarterly ; Fields - Qtr, Invoice Num, PO Num, Qty, Amount
The above fact tables are shared by different dimension tables such as PO Dept, Sales Dept, Mktg Dept, FI dept. The schema looks like fact constellation schema.
Can anyone please tell me these;
- When creating the classes and objects for fact tables in the universe, do I need to create all the objects in those 5fact tables for 5 times, such as:
Class1 - Hourly
Objects - Hour, Invoice Num, PO Num, Qty, Amount
Class2 - Daily
Objects - Date, Invoice Num, PO Num, Qty, Amount
Class5 - Qtrly
Objects - Qtr, Invoice Num, PO Num, Qty, Amount
-
Do I need the context for fact table.
-
How to tune the performance of fact constellation schema.
Thanks in advance
Madhuri
madhum1078 (BOB member since 2007-07-20)