Apache Cassandra® Keyspaces and Data Replication Strategies
Learn how to create a keyspace and select a data replication strategy for a Cassandra NoSQL database
In this hands-on lab, you will:
- Create keyspaces using the CQL
CREATE KEYSPACE
statement - Understand data replication strategies
SimpleStrategy
andNetworkTopologyStrategy
- Learn how to select a data replication strategy and replication factor
- Practice several useful CQL statements and CQL shell commands that work with keyspaces
This hands-on lab is available on our https://www.datastax.com/learn/cassandra-fundamentals site, where you can find many more resources to help you succeed with Apache Cassandra.