Skip to content

Instantly share code, notes, and snippets.

@guy9
Created January 14, 2024 14:05
Show Gist options
  • Save guy9/22d5040d867c2babcad2cdd2480ca1b6 to your computer and use it in GitHub Desktop.
Save guy9/22d5040d867c2babcad2cdd2480ca1b6 to your computer and use it in GitHub Desktop.
CREATE KEYSPACE data WITH replication = {'class': 'NetworkTopologyStrategy', 'datacenter1': 1};
CREATE TABLE data.tbl ( id INT, data TEXT, PRIMARY KEY(id));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment