cube-js/cube

How one can disable cache or preaggregation for large datasets?

Ouverte

#5 341 ouverte le 22 sept. 2022

 (2 commentaires) (2 réactions) (0 personne assignée)Rust (1 965 forks)batch import
help wanted

Métriques du dépôt

Stars
 (19 563 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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)

Guide contributeur