You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/reference/data-model/joins.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,9 @@ cubes:
409
409
Cube automatically detects chasm and fan traps based on the `many_to_one` and `one_to_many` relationships defined in join.
410
410
When detected, Cube generates a deduplication query that evaluates all distinct primary keys within the multiplied measure's cube and then joins distinct primary keys to this cube on itself to calculate the aggregation result.
411
411
If there's more than one multiplied measure in a query, then such query is generated for every such multiplied measure, and results are joined.
412
+
Cube solves for chasm and fan traps during query time.
413
+
If there's pre-aggregregation that fits measure multiplication requirements it'd be leveraged to serve such a query.
414
+
Such pre-aggregations and queries are always considered non-additive for the purpose of pre-aggregation matching.
0 commit comments