Skip to content

Commit e30b594

Browse files
committed
docs(caching): improve documentation for Lambda Pre-Aggregations
1 parent 7e039a5 commit e30b594

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ data source.
4444
</div>
4545

4646
First, you need to create pre-aggregations that will contain your batch data. In
47-
the following example, we call it **batch.** Please note, it must have
48-
`timeDimension`, and Cube will use it to union batch data with source data.
47+
the following example, we call it **batch**. Please note, it must have a
48+
`timeDimension` and `partitionGranularity` specified. Cube will use these
49+
properties to union batch data with freshly-retrieved source data.
4950

50-
You control the batch part of your data with `buildRangeStart` and
51-
`buildRangeEnd` properties of pre-aggregation to determine specific window for
52-
your batched data.
51+
You may also control the batch part of your data with the `buildRangeStart` and
52+
`buildRangeEnd` properties of a pre-aggregation to determine a specific window
53+
for your batched data.
5354

5455
Next, you need to create a lambda pre-aggregation. To do that, create
5556
pre-aggregation with type `rollupLambda`, specify rollups you would like to use

0 commit comments

Comments
 (0)