JanusGraph configuration for LDBC SNB #4819
Replies: 1 comment 1 reply
-
As no more knowledgeable person has shown up, my take on this question. JanusGraph's reference system in most tests is with Cassandra as storage backend and Elasticsearch as indexing backend. The Elasticsearch indexing is necessary because the LDBC SNB benchmark includes filters with ranges (e.g. Interactive/Complex 9 from https://arxiv.org/pdf/2001.02299). If you want the best possible JanusGraph as a benchmark you should probably replace Cassandra by ScyllaDb. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day.
I am dev lead of youtrackdb project and we are working now on implementation of LDBC SNB interactive workload implementation on top of TinkerPop.
Our idea is to implement benchmark that can be used virtually any DB provider using Google Guice for DI as both Graph and optimized versions of queries (if default ones need to be replaced) .
We are going to include JanusGraph in this benchmark.
Could you clarify what type of JanusGraph deployment configuration better to use for us in such case ?
P.S. We of course will send code for optional review once integration is done.
Beta Was this translation helpful? Give feedback.
All reactions