We had a similar question, a column inserted with a null value also results in
a tombstone.
Also see the (closed) issue about this:
https://issues.apache.org/jira/browse/CASSANDRA-6674
On 13 Feb 2014, at 16:35, Adam Patacchiola wrote:
> I have a table defined in cql like this:
>
> CREATE TABL
I have a table defined in cql like this:
CREATE TABLE chatmessages (
usernamevarchar,
spotnamevarchar,
id varint,
iv varchar,
fromuservarchar,
fromversion varchar,
touser varchar,
toversion varchar,
datetimetimestamp,
data