JanusGraph database cache on distributed setup
washerath@...
In a multi node Janusgraph cluster, data modification done from one instance does not sync with others until it reaches the given expiry time ( As per the documentation[1] it does not recommends to enable database level cache in a distributed setup as cached data does not share amoung instances. Any suggestions for a solution/workaround where i can see the data changes from other JG instances immediately and avoid stale data access ? [1] https://docs.janusgraph.org/operations/cache/#cache-expiration-time |
|