progress on mapping data, finding clusters, probably inefficient
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE KEYSPACE IF NOT EXISTS distributedunionfind WITH replication = {'class':'SimpleStrategy', 'replication_factor': 1};
|
||||
@@ -0,0 +1 @@
|
||||
DROP KEYSPACE IF EXISTS distributedunionfind;
|
||||
@@ -0,0 +1 @@
|
||||
USE distributedunionfind;
|
||||
Reference in New Issue
Block a user