In some universes i come across the following issue… some of the joins do not have set the cardinality… why is that?
i’ve tried several cardinalties but apperently this doesn’t affect the outcome, only setting the outer join. So what is the use of setting the cardinality?
Aa if you’re not using this gandalf thing for detecting contexten but do it manually? I have seen contexten without the cardinality set
Bb agreed
But still it doesn’t answer the question whether is would make a difference reagarding the data in general whether it’s usefull setting the cardinality…
It matters if you’re measure-data is in different contexts. And you want to detect contexts automatically. That’s the only reason I was learned to use cardinalities.
It makes “reading” the data model easier too of course. But regarding the data it doesn’t matter, as long as you don’t have any fan- or chasm-traps in your model. It doesn’t do anything with your SQL if you’re not using contexts, if that’s what you’re asking.