druid/examples/cassandra/schema/druid_schema.cql

3 lines
244 B
Cassandra CQL
Raw Normal View History

2013-05-06 23:14:18 -04:00
CREATE TABLE index_storage ( key text, chunk text, value blob, PRIMARY KEY (key, chunk)) WITH COMPACT STORAGE;
CREATE TABLE descriptor_storage ( key varchar, lastModified timestamp, descriptor varchar, PRIMARY KEY (key) ) WITH COMPACT STORAGE;