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? & What are the parameters used?



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

Post New Answer

More Apache Cassandra Interview Questions

What is SuperColumn in Cassandra?

1 Answers  


Can you add or remove Column Families in a working Cluster?

1 Answers  


What is Hector in Cassandra?

1 Answers  


Explain the term sstables?

1 Answers  


What do you understand by mem-table in cassandra?

1 Answers  


What is Column Family in Cassandra?

1 Answers  


What is SSTable?

1 Answers  


What do you understand by High availability?

1 Answers  


What is the difference between Column and SuperColumn?

1 Answers  


What are the usage of different consistency levels for write operations ?

1 Answers  


What are the differences between a node, a cluster, and datacenter in Cassandra?

1 Answers  


Difference between cassandra and mongodb?

1 Answers  


Categories