Hi, I just want to know (for disaster recovery purposes) how cassandra stores metadata definitions like keyspaces, column family and so on.
Thank you.
Metadata
(2 posts) (2 voices)-
Posted 6 months ago #
-
That information is stored in natively in the system keyspace. You probably also want to backup your yaml files that hold your more static configuration (tokens etc).
See http://www.datastax.com/dev/blog/the-schema-management-renaissance for an overview how schemas are managed in Cassandra.
Posted 5 months ago #
