Skip to content

Instantly share code, notes, and snippets.

@DiscordBlog
Last active February 23, 2025 18:17
Example CQL Statement
CREATE TABLE messages (
channel_id bigint,
bucket int,
message_id bigint,
author_id bigint,
content text,
PRIMARY KEY ((channel_id, bucket), message_id)
) WITH CLUSTERING ORDER BY (message_id DESC);
@Override-6
Copy link

damn

@vineethNaroju
Copy link

vineethNaroju commented Oct 25, 2023

Sneaking in a cat, meow :)

@tnfAngel
Copy link

😿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment