Skip to content

Commit 654bbbc

Browse files
committed
docs(caching): add note about Lambda Pre-aggregations
1 parent 416a9de commit 654bbbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/Caching/Lambda-Pre-Aggregations.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Lambda pre-aggregations follow the
99
[Lambda architecture](https://en.wikipedia.org/wiki/Lambda_architecture) design
1010
to union real-time and batch data. Cube acts as a serving layer and uses
1111
pre-aggregations as a batch layer and source data or other pre-aggregations,
12-
usually [streaming][streaming-pre-agg], as a speed layer.
12+
usually [streaming][streaming-pre-agg], as a speed layer. Due to this design,
13+
lambda pre-aggregations **only** work with data that is newer than the existing
14+
batched pre-aggregations.
1315

1416
<WarningBox>
1517

0 commit comments

Comments
 (0)