Quote:
The basic idea is that between two dimensions that have a n:m
relationship, there should be a bridge or intersection table whose sole
purpose is to provide foreign keys to each of the tables. Of course,
aggregation is then no longer a simple issue as it is in a simple star
schema, because the n:m relationship causes dramatic overcounting. |
Are any approaches recommended to exclude with any calculations such
overcounting?
Quote:
Ralph Kimball has an excellent article on this topic here:
http://www.intelligententerprise.com...house1_1.jhtml |
This description "Managing Helper Tables" does not fit to the use case
I imagine. I get the impression that there are explanations missing
that can be expected after the subtitle "A careful look at many-to-many
relationships between important dimensions".
I am looking for experiences about multiple fact tables in a single
data warehouse project. The available facts depend on the
dimensionality.
How do you think about a kind of network model to navigate through the
database?
Can the constraints be detected that result into a logical data model
that is not only a consistent hierarchy?
Do you cooperate with "multi-info providers" like they are called in
the SAP Business Warehouse?
Regards,
Markus