Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE example_clustering (
  2. comment text,
  3. added timestamp,
  4. user_id uuid,
  5. PRIMARY KEY ((comment), added)
  6. ) WITH CLUSTERING ORDER BY ( added DESC );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement