Created
October 30, 2018 10:28
-
-
Save mustafaileri/c5af7fdb4c893be115ab147fad11ad9a to your computer and use it in GitHub Desktop.
sample cassandra key space create command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE KEYSPACE test_keyspace WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '2'} AND durable_writes = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment