Skip to content

Commit c306c56

Browse files
igorlukaninmarianore-muttdata
authored andcommitted
docs: Notes on multi-stage calculations
1 parent b18b324 commit c306c56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/pages/product/data-modeling/concepts/multi-stage-calculations.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ engine][link-tesseract]. Tesseract is currently in preview. Use the
1515

1616
</WarningBox>
1717

18+
<WarningBox>
19+
20+
Multi-stage calculations are not currently accelerated by pre-aggregations.
21+
Please track [this issue](https://github.com/cube-js/cube/issues/8487).
22+
23+
</WarningBox>
24+
1825
Common uses of multi-stage calculations:
1926

2027
- [Period-to-date](#period-to-date) calculations, e.g., year-to-date (YTD) analysis.
@@ -332,6 +339,8 @@ data across various dimensions.
332339
type: rank
333340
```
334341
342+
You can reduce by one or more dimensions.
343+
335344
### Example
336345
337346
Data model:

0 commit comments

Comments
 (0)