What are the parameters used to create keyspace in cassandra?
Answer Posted / Om Shiv Shukla
To create a Keyspace in Cassandra, you can use the CREATE KEYSPACE command followed by the desired name of the keyspace and a list of options within the WITH clause. The parameters commonly used include replication_factor (number of copies of data to be kept across nodes), strategy (the partitioning strategy for managing data distribution), and compression (whether or not to compress data).n
| 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