Database Reference
In-Depth Information
Selecting a keyspace
Once you've created a keyspace, you would want to use it. In order to do this, employ the
USE command:
USE "my_status";
This tells Cassandra that all future commands will implicitly refer to tables inside the
my_status keyspace. If you close the CQL shell and reopen it, you'll need to reissue this
command.
Search WWH ::




Custom Search