Help us for better understand of the ConfiguredGraphFactory #3921
Replies: 2 comments 5 replies
-
Regarding (1) and (2): What is your cache configuration in JanusGraph and what are your JVM settings, especially |
Beta Was this translation helpful? Give feedback.
-
(4): Did you try executing your schema creation script on a separate environment where JanusGraph and Cassandra are mostly idle? Would be interesting to know how long it takes there. 30 minutes definitely sound extremely long. (5): Cassandra is definitely a solid choice and it has the advantage that you can easily scale it up if its load is too high. You could try whether Scylla performs better, especially if you have a high number of requests in parallel. (I would try this with a test environment first where you try to replicate a scenario that closely matches your production use case.) (6) and (7): Do you maybe just have too few JanusGraph Server instances for the number of traversals you are trying to execute in parallel? Metrics would of course help to answer this question, but you could also just try to scale JanusGraph up and see whether it helps. You should definitely be able to export metrics. |
Beta Was this translation helpful? Give feedback.
-
We preferred to use ConfiguredGraphFactory as we have to store data using multi tenant approach. We have around 650 customers data and want to store this data with JanusGraph. We created these many graphs to persist the data. We want to understand ConfiguredGraphFactory approach is good for our use case or not?. Below are our observations from this.
We needed JanusGraph expert's opinion on this issues. It will help us to scale Graph better.
Beta Was this translation helpful? Give feedback.
All reactions