Skip to content

Instantly share code, notes, and snippets.

@thobbs
Created November 28, 2012 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thobbs/4163576 to your computer and use it in GitHub Desktop.
Save thobbs/4163576 to your computer and use it in GitHub Desktop.
CREATE TABLE scores (
some_partition_key text,
score int,
test_id uuid,
field_a text,
field_b text,
PRIMARY KEY (some_partition_key, score, test_id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment