First page Back Continue Last page Overview Graphics
Fact Note
In a relational implementation
- Fact has Measure values
- And Foreign Key references to Dimension rows
In a Python implementation
- Fact has the Measure values
- And the Entities themselves
And, in Python
- We can use the Inverted Database design pattern
- Accumulate the collection of Facts for each associated Entity