Created
June 3, 2014 13:49
-
-
Save jsanda/adb3efe445d59025cc34 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 TABLE metrics ( | |
bucket text, | |
metric_id text, | |
time timestamp, | |
attributes map<text, text> static, | |
value map<int, double>, | |
PRIMARY KEY ((bucket, metric_id), time) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment