为 Cassandra 键空间生成 CREATE TABLE 语句
Generating CREATE TABLE statements for Cassandra keyspace
在 Cassandra 中,有没有办法为特定键空间内的所有现有表生成 CREATE TABLE
语句?
DESC 键空间 KEYSPACE_NAME
Output CQL commands for the given keyspace. These CQL commands can be used to recreate the keyspace and tables.
在 Cassandra 中,有没有办法为特定键空间内的所有现有表生成 CREATE TABLE
语句?
DESC 键空间 KEYSPACE_NAME
Output CQL commands for the given keyspace. These CQL commands can be used to recreate the keyspace and tables.