Answer Posted / Bhawana Bhatia
You can use `ALTER KEYSPACE` when you want to modify properties of an existing keyspace such as changing the replication factor or compression strategy.nnFor example:nnALTER KEYSPACE your_keyspace WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 3};
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category