I want to know how to insert data in data warehouse tables for early arriving facts ? What is the the procedure to be followed ?
Asked
Active
Viewed 95 times
1 Answers
0
One way would be load them in a different table other than your fact table or load them into your fact table with an identifier (Kimball calls this method "hot partition") to reprocess them later, maybe with your regular batch.

demircioglu
- 3,069
- 1
- 15
- 22