Performance impact of using NetworkTopology with 3 node cassandra cluster in One Datacenter

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Performance impact of using NetworkTopology with 3 node cassandra cluster in One Datacenter



We are using 3 node Cassandra cluster in one data center.



For our keyspaces as suggested in best practices we are using NetworkTopology for replication strategy using the GossipingPropertyFileSnitch.



For Read/Write consistency we are using as QUORUM.



In majority of cases when users use NetworkTopology as replication strategy they might have multiple DataCenters configured.



In our case we have only one DataCenter,



A) With that using the NetworkTopology as replication strategy will it cause any performance impact ?



B) As we are using QUORUM as Read/Write consistency which is considering multiple DataCenters, does QUORUM consistency have any performance impact ? is it OK to continue using QUORUM consistency considering future expansions of data centers ?



Please suggest.









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived