I'm actually modeling a datawarehouse
In one of my fact table I have 3 data (number that I want to analyse). The problem is that I'll first fill in one of the number, and later on (few days) fill in the 2 others numbers.
Is it a bad thing to do it in a DW (because of the "no modify table" law)?
The other solution that I thought of, is to put the first number in a first fact table and the 2 others in a second fact table. The 2 FT will be linked to the same dimension tables of course. This solution seems good to me, but perhaps a bit heavier to compare data later.
--
The data I talk about are about the working time. First the employee put his work time (it's non-validated) in the DB, it's my first attribute (Qe). Then the boss validate or modify (or not) this data and it gives me another attribute (Qa) Sometimes both attributes will be loaded in the DW at the same time (if validated quickly), sometimes not
So what do you think of it, which solution is better / cleaner?
thks for your help