Each user have each cache for chart? #31284
Replies: 1 comment
-
Superset's behavior of creating separate cache entries for different users is not a bug; it's a feature. This is controlled by feature flags such as
In your case, it seems that the cache is being differentiated by user, which is why a new cache entry is created when a different user accesses the chart. You can check if these feature flags are enabled in your Superset configuration to confirm this behavior [1]. |
Beta Was this translation helpful? Give feedback.
-
I am testing warm_up cache, this is my config:
it working and created one key in redis for chart( id = 21). After i loggin by admin account and superset user cache. But when i use user alpha( have role Alpha) superset does not use an existing cache but create another cache.
Is it a bug or feature?
Beta Was this translation helpful? Give feedback.
All reactions