Cassandra Create Keyspace Cassandra Query Language (CQL) facilitates developers to communicate with Cassandra. The syntax of Cassandra query language is very similar…
keyspace
-
-
Cassandra Create Table In Cassandra, CREATE TABLE command is used to create a table. Here, column family is used to store data…
-
Cassandra Data Model Data model in Cassandra is totally different from normally we see in RDBMS. Let’s see how Cassandra stores its…
-
Cassandra DROP Index DROP INDEX command is used to drop a specified index. If the index name was not specified during index…
-
Cassandra Drop Keyspace In Cassandra, “DROP Keyspace” command is used to drop keyspaces with all the data, column families, user defined types…
-
Cassandra DROP table DROP TABLE command is used to drop a table. Syntax: DROP TABLE <tablename> Example: Let’s take an example to…
-
Features of Cassandra There are a lot of outstanding technical features which makes Cassandra very popular. Following is a list of some…