K8S native file cache support #24395
Closed
dishkakrauch
started this conversation in
General
Replies: 2 comments
-
Any thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
the cache doesn't need to be stateful at all in the first place. Also statefulsets are usually backed by network attached storage instead of direct attached storage which is slow and the latency removes all the performance benefit of using a local cache in the first place. The suggestion is to point the cache directory to a local NVME disk which isn't managed by k8s itself (there's no need to do that). Feel free to discuss with the helm chart maintainers by creating issue at the https://github.com/trinodb/charts repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there.
Do you have any plans to add helm chart StatefulSet support for the following guid https://trino.io/docs/current/object-storage/file-system-cache.html? Looks like it's best soluiton for baremetal installation but not for the K8S with Deployemnts. There are workarounds:
Beta Was this translation helpful? Give feedback.
All reactions