I" have an existing cassandra cluster running in AWS. It has total 6 nodes in the same data center but in multiple regions. We are using cassandra version 2.2.8 in production. There are two existing keyspaces already present in the production environment. I want to add a new keyspace to the production cluster.
I am new to Cassandra so looking for following answers:
- Can I add new keyspace in the existing production cluster without taking the cluster down?
- Any best practices you would recommend to add the new keyspace to the existing cluster.
- Possible steps to add new Keyspace?
I really appreciate your help!