admin - Generating CREATE TABLE statements for Cassandra keyspace -
in cassandra, there way generate create table
statements existing tables inside particular keyspace?
desc keyspace keyspace_name
output cql commands given keyspace. these cql commands can used recreate keyspace , tables.
Comments
Post a Comment