Answer Posted / Madhur Singh
A keyspace in Cassandra represents a collection of related tables. It is similar to a database in traditional RDBMS. To create a keyspace, use the CREATE KEYSPACE statement like this: CREATE KEYSPACE mykeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
| 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