-
Notifications
You must be signed in to change notification settings - Fork 0
/
Comcast_cmb.sql
15 lines (15 loc) · 1.34 KB
/
Comcast_cmb.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CREATE TABLE "CQSQueuesByUserId" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CQSPartitionedQueueMessages" ( key text, column1 bigint, column2 bigint, value text, PRIMARY KEY ((key), column1, column2))
CREATE INDEX CQSQueuesArnIdx ON "CQSQueues
CREATE TABLE "CNSTopicSubscriptionsUserIndex" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE INDEX CQSQueuesOwnerUserIdIdx ON "CQSQueues
CREATE INDEX usersUserIdIdx ON "Users
CREATE TABLE "CNSAPIServers" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSTopicSubscriptionsIndex" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSTopicStats" ( key text, column1 text, value counter, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSTopicSubscriptionsTokenIndex" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSWorkers" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CQSAPIServers" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSTopicsByUserId" ( key text, column1 text, value text, PRIMARY KEY ((key), column1))
CREATE TABLE "CNSTopicSubscriptions" ( key text, column1 text, column2 text, value text, PRIMARY KEY ((key), column1, column2))
CREATE INDEX usersAccessKeyIdx ON "Users