How is a keyspace created in cassandra? & What are the parameters used?
Answer / Veethika Raj
To create a keyspace in Cassandra, you use the CREATE KEYSPACE statement. The parameters used are name (the name of the keyspace), and options (containing replication settings like replication_factor and strategy). For example: CREATE KEYSPACE mykeyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
| Is This Answer Correct ? | 0 Yes | 0 No |
What is SuperColumn in Cassandra?
Can you add or remove Column Families in a working Cluster?
What is Hector in Cassandra?
Explain the term sstables?
What do you understand by mem-table in cassandra?
What is Column Family in Cassandra?
What is SSTable?
What do you understand by High availability?
What is the difference between Column and SuperColumn?
What are the usage of different consistency levels for write operations ?
What are the differences between a node, a cluster, and datacenter in Cassandra?
Difference between cassandra and mongodb?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)