Re: [Titan, Cassandra] Query performance degrades with network latency between Cassandra nodes
Jason Plurad <plu...@...>
It depends on your replication factor. If you didn't set it explicitly, the default RF=1. As you add nodes and the data gets distributed across the Cassandra nodes, the coordinator may need to connect to another Cassandra node to find the data. Datastax has the best docs on Cassandra. Read them while you can! https://docs.datastax.com/en/cassandra/2.1/cassandra/dml/architectureClientRequestsRead_c.html
On Tuesday, March 7, 2017 at 7:56:12 PM UTC-5, Bharat Dighe wrote:
|
|