Skip to content

Commit 04d1bc1

Browse files
authored
docs: Polish pre-aggregation intro
1 parent 43e29f9 commit 04d1bc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/reference/data-model/pre-aggregations.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ redirect_from:
66

77
# Pre-aggregations
88

9-
Pre-aggregations are materialized query results persisted as tables. Cube has an
10-
ability to analyze queries against a defined set of pre-aggregation rules in
11-
order to choose the optimal one that will be used to create pre-aggregation
12-
table.
9+
Pre-aggregations is an implementation of aggregate awareness in Cube.
10+
Pre-aggregation tables are materialized query results.
11+
Cube can analyze queries against a defined set of pre-aggregation rules to
12+
choose the optimal one that will be used to serve a given Cube query instead of going to the data source.
1313

1414
If Cube finds a suitable pre-aggregation rule, database querying becomes a
1515
multi-stage process:

0 commit comments

Comments
 (0)