We are using Titan and Cassandra and will be moving to JanusGraph in the future.
I am are observing that graph query performance degrades with increased latency between Cassandra nodes. We are using READ consistency level = ONE. I was assuming with CL as ONE, there is no traffic between Cassandra nodes for graph queries. I this assumption correct?