File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/docs-new/pages/product/data-modeling/reference Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,8 @@ cause out of memory.
808808### refresh_key
809809
810810Cube can also take care of keeping pre-aggregations up to date with the
811- ` refresh_key ` property. By default, it is set to ` every: '1 hour' ` .
811+ ` refresh_key ` property. By default, it is set to ` every: '1 hour' ` ,
812+ if neither of the cubes' pre-aggregation references don't override ` refresh_key ` .
812813
813814<InfoBox >
814815
@@ -866,7 +867,7 @@ refreshed.
866867
867868The ` refresh_key ` can define an ` every ` property which can be used to refresh
868869pre-aggregations based on a time interval. By default, it is set to ` 1 hour `
869- unless the [ ` sql ` property] [ self-refreshkey-sql ] is also defined, in which case
870+ unless the [ ` sql ` property] [ self-refreshkey-sql ] is also defined in any of cubes pre-aggregation references , in which case
870871it is set to ` 10 seconds ` . For example:
871872
872873<CodeTabs >
You can’t perform that action at this time.
0 commit comments