Can i caching in "dataset" ? #30840
Replies: 1 comment 14 replies
-
The "cache timeout" setting in the dataset configuration determines how long the cached data remains valid before it needs to be refreshed. If you specify a "cache timeout" in the dataset's form data, it will use that value. Otherwise, it will fall back to the datasource's cache timeout, then the database's cache timeout, and finally the default cache timeout specified in your configuration [1]. Regarding re-caching a dataset, Apache Superset provides a mechanism to invalidate and refresh the cache. You can use the cache invalidation API to invalidate specific cache keys associated with a dataset, which will force the application to fetch fresh data and cache it again. This is typically done by sending a request with the Additionally, the |
Beta Was this translation helpful? Give feedback.
-
Hi all, when i edit dataset i see the setting to edit "cache timeout"
I have implemented cache on redis but see a part related to dataset shown on redis. So i want to ask which part is the timeout for and is there any setting to cache the dataset again? Here are my settings about cache:
Beta Was this translation helpful? Give feedback.
All reactions