Skip to content

Commit fff128f

Browse files
authored
Merge pull request #39 from lightdash/ee-caching
ee caching docs
2 parents ebd3dbc + 67a5c18 commit fff128f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

references/caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Caching can reduce the overall number of queries that Lightdash ex
66
Lightdash supports two types of caching:
77

88
1. [Cached Filter values](#filter-value-caching) - enabled for every cloud user without requiring any configuration.
9-
2. [Cached results for Charts and Dashboards](#chart-and-dashboard-results-caching) - beta feature that must be enabled by the Lightdash team. This feature is only available for Pro, Enterprise, and self-hosted users since it requires a dedicated Lightdash instance.
9+
2. [Cached results for Charts and Dashboards](#chart-and-dashboard-results-caching) - must be enabled by the Lightdash team. This feature is only available for Pro, Enterprise, and on-prem users since it requires a dedicated Lightdash instance.
1010

1111
## Filter value caching
1212

self-host/customize-deployment/environment-variables.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ These variables enable you to control Single Sign On (SSO) functionality.
9696
| `RESULTS_CACHE_S3_REGION` | Region where the S3 bucket is located. | <Icon icon="square-check" iconType="solid" /> | |
9797
| `CACHE_STALE_TIME_SECONDS` | Defines how long cached results remain valid before being considered stale. | | 86400 (24h) |
9898

99+
<Info>
100+
Note that you will need an Enterprise License Key for this functionality.
101+
</Info>
102+
99103
## Logging
100104

101105
| Variable | Description | Required? | Default |

0 commit comments

Comments
 (0)