File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/pages/reference/data-model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1414If Cube finds a suitable pre-aggregation rule, database querying becomes a
1515multi-stage process:
You can’t perform that action at this time.
0 commit comments