Add support for memcached extstore #10889
Replies: 3 comments
-
If the above is feasible, I'd be happy to work on a PR to add support for it. |
Beta Was this translation helpful? Give feedback.
-
This would be a very nice addition. We are currently using ext_path in Grafana Loki with large disks and it increased the query performance by a lot. Would be very nice to see if this could work for Mimir as well |
Beta Was this translation helpful? Give feedback.
-
We have an internal issue to look at extstore but it hasn't been a priority for a few reasons:
If you'd like to work on a PR to add support for extended Memcached options in the Helm chart so that you can experiment with it yourself, that'd be great. However, we don't want to add an "enable_extstore = true" style option yet since we're not prepared to support it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there plans to add support for memcached extstore to the Mimir caching components? This feature has been enabled for Loki and is briefly referenced in PR #9149 , but it doesn't look like it has been fully integrated into the helm chart as of yet. In Loki, it is as simple as enabling memcachedExporter and specifying persistence on the relevant cache components. This then adds two additional arguments to the memcached container in the cache statefulset.
I've attempted to replicate this configuration by setting memcachedExporter to enabled and using the available volumeClaimTemplates and extraVolumeMounts parameters but the container arguments are not added. I guess these could be added manually to the rendered helm chart, but it would be ideal if they were automatically updated.
Beta Was this translation helpful? Give feedback.
All reactions