cube-js/cube
How one can disable cache or preaggregation for large datasets?
オープン
#5,341 opened on 2022/09/22
help wanted
Repository metrics
- Stars
- (19,563 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Problem
Sometimes users can run smth like 'Select many dimensions and metrics for long period ". When it happens, huge portion of data is added to memory cache (we are still using redis, but I think problem will remain after adding cube store).
How can we disable adding result of query to cache by its size (e.g. limit 30 mb)? For us it's cheaper to make roundrip to db)