Marco Pracucci
Marco Pracucci
Hi @Nachtfalkeaw, I understand your legit use case, but unfortunately RF=2 is unsupported in the current Mimir architecture. RF=1 is supported, but you will give up to high-availability, which I...
I think you've hit this issue: https://github.com/grafana/dskit/issues/73 If so, it's a known issue. There was some work on it back in time https://github.com/grafana/dskit/pull/79 but we haven't got the time to...
> "if we receive two or more identical queries" -- do you mean identical start/end times too? I guess that would lower chances of finding identical queries. Range queries are...
> We should probably remove the pooling in gomemcache https://github.com/grafana/gomemcache/pull/5 to avoid confusion. Better to have only a single way of doing something. We should talk to Bryan and other...
> My $0.02 is that the lifecycle of the memory being used for cache results is very request-oriented so it makes more sense to have the caller control the lifecycle...
Discussing more internally at Grafana Labs, there may be not much value rewriting `LabelValues()` in a streaming way, unless we find some real requests taking GBs of memory. Typically these...
Discussing more internally at Grafana Labs, there may be not much value rewriting `LabelNames()` in a streaming way, unless we find some real requests taking GBs of memory. Typically these...
@aknuds1 Hi! I'm checking draft PRs. What's the state of this PR? Should we move forward or close it?
@bboreham Could you rebase this, please?
Nice job, thanks!