/cassy

Primary LanguagePython

Datasets

Cassandra Tables:

CREATE TABLE posts_by_user ( userid text, postid text, post text, posted timestamp, PRIMARY KEY ((userid), posted) ) WITH CLUSTERING ORDER BY (posted DESC);

3s group by 4ms user posts ordered by time (2m records, 334 post)