cube-js/cube

How one can disable cache or preaggregation for large datasets?

Open

#5,341 建立於 2022年9月22日

在 GitHub 查看
 (2 留言) (2 反應) (0 負責人)Rust (19,563 star) (1,965 fork)batch import
help wanted

描述

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)

貢獻者指南