Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How is a keyspace created in cassandra?



How is a keyspace created in cassandra?..

Answer / 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

More Apache Cassandra Interview Questions

Mention some important components of cassandra data models?

1 Answers  


Define the term Column Families?

1 Answers  


What is the function of consistency cqlsh command in Cassandra?

1 Answers  


What are partitions in cassandra?

1 Answers  


Talk about the concept of tunable consistency in Cassandra.

1 Answers  


How can a user get the information on the version of CQLSH?

1 Answers  


What is hinted handoff?

1 Answers  


How does Cassandra write?

1 Answers  


What are components of Cassandra Data Model?

1 Answers  


what is gossip protocol?

1 Answers  


Explain the various types of partitioners in cassandra?

1 Answers  


What is the use of coordinator node in read?

1 Answers  


Categories