简体   繁体   中英

cassandra snapshot restore on different cluster on missing schema

我有从cassandra集群1进行快照备份,需要在cassandra集群2上恢复快照备份。是否可以在没有架构的情况下进行快照备份?

Cassandra table-schema details will be stored as meta data in system keyspaces.

Cassandra snapshot just creates a copy of sstables for the requested keyspace/column_familes. So to restore the snapshot, you need to explicitly create the schema in destination cluster.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM