Support for DB cache for Multi Node Janus Server Setup


pasansumanathilake@...
 

Hi All,
I would like to understand the possibility of horizontal scaling of janusgraph servers while keeping the cache enabled. Based on the janusgraph document - https://docs.janusgraph.org/basics/cache/ if needed to use multi-node Janus server setup we need to disable the cache. Is there common caching layer support for the Janus graph?

Regards,
Pasan


hadoopmarc@...
 

Hi Pasan,

The multiple janusgraph nodes share the same storage backend, so the common caching is done in the storage backend.

Best wishes,    Marc


pasansumanathilake@...
 

On Thu, May 6, 2021 at 11:36 PM, <hadoopmarc@...> wrote:
Marc
Hi Marc,

Thanks for the reply. Yeah, it's true that a multi-node setup uses the same storage backend. However, I am referring to here is the Janusgraph database cache - https://docs.janusgraph.org/basics/cache/#database-level-caching Which is using Janusgraph heap memory.