Skip to content

Commit 5633951

Browse files
committed
docs: Elaborate on refresh_key with every
1 parent f16c5cb commit 5633951

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pages/product/data-modeling/reference/cube.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ that it will be executed **at most** once. The refresh key may be checked more
482482
frequently.
483483

484484
When 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
486486
refreshes. 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
488488
refreshes 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

docs/pages/product/data-modeling/reference/pre-aggregations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ frequently.
974974
When using `every` with `sql`, the purpose is to reduce the load from running
975975
the refresh key query itself, not to minimize the number of pre-aggregation
976976
refreshes. 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
978978
refreshes even if the query is executed multiple times.
979979

980980
</WarningBox>

0 commit comments

Comments
 (0)