Google News
logo
Cassandra - Interview Questions
What is a Keyspace in Cassandra?
A keyspace is an outermost container for data in Cassandra. Like a relational database, a keyspace has a name and a set of attributes that define keyspace-wide behavior. The keyspace is used to group Column families together.

Cassandra keyspace contains 3 types of operations which go as follows :
 
* Create keyspace
* Alter keyspace
* Drop keyspace
Advertisement