Volumes in Kubernetes with Lenses Helm Chart

I’m using PostgreSQL to save the metadata, do I still need to enable the emptyDir volume in the Helm chart?

Hello Edward_k,

You don’t need to since you’re saving the Lenses data in PostgreSQL. However, if the SQL Processor is configured in IN_PROC mode, some queries might use a local folder as temporary cache, and if the pod dies, you might lose this cache and need to start over, consuming resources and time again. To avoid this problem, simply configure the SQL Processor in KUBERNETES mode instead of IN_PROC.