I have a Cassandra cluster with 3 nodes which has data from 3 applications. Now, we are planning to add 3 news applications that will increase the workload on the cluster, I want to know the different steps to know the future projection like, if we will add another node etc ... Is it possible to use Cassandra-stress to do that ? If yes, what elements I will look for ?
Thank you for your advice.
For a 3 node cluster, if you are adding 3 more applications, along with current 3 applications, make sure that the cluster will be able to take the load. You should know the volume of reads and writes at peak time of each application. Based on reads and writes benchmark the cluster with Cassandra-Stress tool. I would recommend using different cluster for the new applications.