Team
From: yuankui [mailto:kui.y...@fraudmetrix.cn]
Sent: Thursday, August 13, 2015 9:06 AM
To: user@cassandra.apache.org
Subject: limit the size of data type LIST
hi, friends
I am design a message history table
CREATE TABLE message_history (
user_name text PRIMARY KEY,
time timestamp
hi, friends
I am design a message history table
CREATE TABLE message_history (
user_name text PRIMARY KEY,
time timestamp,
message_details list,
);
so that I can query a user's message via primary key `user_name` at once.
but the item in `message_details` list may be very long so t