Horizontal cache for gremlin server deployment.
I have gremlin deployment, which has 3 pods within it. On top of it I have a load balancer to access this gremlin server. My understanding is each pod has its own gremlin cache that it maintains for the query used.
Is horizontal cache supported by gremlin ? For instance all 3 pods share the same cache, Is it possible ?
1 Reply
Can you please provide more details as to what "cache" you are referring to? Are you using Gremlin Server with TinkerGraph or some other backend data store?