ges/Big%20Data%20Engagement%20Request.aspx>
From: Walsh, Stephen [mailto:stephen.wa...@aspect.com]
Sent: Thursday, May 14, 2015 6:37 AM
To: user@cassandra.apache.org
Subject: RE: Insert Vs Updates - Both create tombstones
Thanks ☺
I think you might have got your T’s and V’s mixed up ?
So we ins
: Peer, Oded [mailto:oded.p...@rsa.com]
Sent: 14 May 2015 11:12
To: user@cassandra.apache.org
Subject: RE: Insert Vs Updates - Both create tombstones
If this how you update then you are not creating tombstones.
If you used UPDATE it’s the same behavior. You are simply inserting a new value
for the
rac...@gmail.com]
Sent: 13 May 2015 12:10
To: user@cassandra.apache.org<mailto:user@cassandra.apache.org>
Subject: Re: Insert Vs Updates - Both create tombstones
Sorry, wrong thread. Disregard the above
On Wed, May 13, 2015 at 4:08 PM, Ali Akhtar
mailto:ali.rac...@gmail.com>> wrote
May 2015 12:10
To: user@cassandra.apache.org
Subject: Re: Insert Vs Updates - Both create tombstones
Sorry, wrong thread. Disregard the above
On Wed, May 13, 2015 at 4:08 PM, Ali Akhtar
mailto:ali.rac...@gmail.com>> wrote:
If specifying 'using' timestamp, the docs say to prov
>
>>
>>
>> *From:* Walsh, Stephen [mailto:stephen.wa...@aspect.com]
>> *Sent:* Wednesday, May 13, 2015 1:35 PM
>> *To:* user@cassandra.apache.org
>> *Subject:* Insert Vs Updates - Both create tombstones
>>
>>
>>
>> Quick Question,
>&g
ow is slightly misleading. If every query
> updates different columns then different columns might expire at different
> times.
>
>
>
> *From:* Walsh, Stephen [mailto:stephen.wa...@aspect.com]
> *Sent:* Wednesday, May 13, 2015 1:35 PM
> *To:* user@cassandra.apache.org
> *
y query updates
different columns then different columns might expire at different times.
From: Walsh, Stephen [mailto:stephen.wa...@aspect.com]
Sent: Wednesday, May 13, 2015 1:35 PM
To: user@cassandra.apache.org
Subject: Insert Vs Updates - Both create tombstones
Quick Question,
Our team is un
Quick Question,
Our team is under much debate, we are trying to find out if an Update on a row
with a TTL will create a tombstone.
E.G
We have one row with a TTL, if we keep "updating" that row before the TTL is
hit, will a tombstone be created.
I believe it will, but want to confirm.
So if t