Dropping a keyspace

Removing a keyspace is a simple matter of using the DROP KEYSPACE command:

DROP KEYSPACE packt_test;
Dropping a keyspace does not actually remove the data from disk.

Get Mastering Apache Cassandra 3.x - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.