Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created June 3, 2014 13:49
Show Gist options
  • Save jsanda/adb3efe445d59025cc34 to your computer and use it in GitHub Desktop.
Save jsanda/adb3efe445d59025cc34 to your computer and use it in GitHub Desktop.
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