RE: Insert Vs Updates - Both create tombstones

2015-05-14 Thread SEAN_R_DURITY
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

RE: Insert Vs Updates - Both create tombstones

2015-05-14 Thread Walsh, Stephen
: 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

RE: Insert Vs Updates - Both create tombstones

2015-05-14 Thread Peer, Oded
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

RE: Insert Vs Updates - Both create tombstones

2015-05-14 Thread Walsh, Stephen
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

Re: Insert Vs Updates - Both create tombstones

2015-05-13 Thread Ali Akhtar
> >> >> >> *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

Re: Insert Vs Updates - Both create tombstones

2015-05-13 Thread Ali Akhtar
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 > *

RE: Insert Vs Updates - Both create tombstones

2015-05-13 Thread Peer, Oded
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

Insert Vs Updates - Both create tombstones

2015-05-13 Thread Walsh, Stephen
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