File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/pages/product/data-modeling/reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,9 +482,9 @@ that it will be executed **at most** once. The refresh key may be checked more
482482frequently.
483483
484484When using `every` with `sql`, the purpose is to reduce the load from running
485- the refresh key query itself, not to minimize the number of pre-aggregation
485+ the refresh key query itself, not to minimize the number of cache
486486refreshes. The refresh key SQL should be designed to return consistent results
487- and only change when the underlying data actually changes , ensuring minimal
487+ and only change when the underlying data needs to be updated , ensuring minimal
488488refreshes even if the query is executed multiple times.
489489
490490</WarningBox>
@@ -666,4 +666,4 @@ The `access_policy` parameter is used to configure [data access policies][ref-re
666666[ ref-calendar-cubes-time-shifts ] : /product/data-modeling/concepts/calendar-cubes#time-shifts
667667[ ref-calendar-cubes-granularities ] : /product/data-modeling/concepts/calendar-cubes#granularities
668668[ ref-time-dimensions ] : /product/data-modeling/concepts#time-dimensions
669- [ ref-time-shift ] : /product/data-modeling/concepts/multi-stage-calculations#time-shift
669+ [ ref-time-shift ] : /product/data-modeling/concepts/multi-stage-calculations#time-shift
Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ frequently.
974974When using `every` with `sql`, the purpose is to reduce the load from running
975975the refresh key query itself, not to minimize the number of pre-aggregation
976976refreshes. The refresh key SQL should be designed to return consistent results
977- and only change when the underlying data actually changes , ensuring minimal
977+ and only change when the underlying data needs to be updated , ensuring minimal
978978refreshes even if the query is executed multiple times.
979979
980980</WarningBox>
You can’t perform that action at this time.
0 commit comments