Re: Automatic tombstone compaction

2014-02-03 Thread Keith Wright
t accept my command. >> >> Is that not right? >> >> >> >> Thanks, >> >> Tamas >> >> >> >> From: Haithem Jarraya [mailto:a-hjarr...@expedia.com] >> Sent: 21. august 2013 16:24 >> To: user@cassandra.

RE: Automatic tombstone compaction

2013-08-21 Thread tamas.foldesi
Subject: Re: Automatic tombstone compaction In the context of Yuki's response, if you are using the same key for the cache, then your rows will get increasingly fragmented. On Wed, Aug 21, 2013 at 1:09 PM, mailto:tamas.fold...@thomsonreuters.com>> wrote: Well, these tables are somewhat

Re: Automatic tombstone compaction

2013-08-21 Thread Nate McCall
ventbrite.com] > *Sent:* Wednesday, August 21, 2013 7:45 PM > > *To:* user@cassandra.apache.org > *Subject:* Re: Automatic tombstone compaction > > On Wed, Aug 21, 2013 at 8:23 AM, Yuki Morishita wrote: > >> If there are rows with the same key in other SSTables, that ro

RE: Automatic tombstone compaction

2013-08-21 Thread tamas.foldesi
I did) to turn it on? From: Robert Coli [rc...@eventbrite.com] Sent: Wednesday, August 21, 2013 7:45 PM To: user@cassandra.apache.org Subject: Re: Automatic tombstone compaction On Wed, Aug 21, 2013 at 8:23 AM, Yuki Morishita mailto:mor.y...@gmail.com>> wrote: If there are rows

Re: Automatic tombstone compaction

2013-08-21 Thread Robert Coli
On Wed, Aug 21, 2013 at 8:23 AM, Yuki Morishita wrote: > If there are rows with the same key in other SSTables, that rows won't > be deleted. > Tombstone compaction make guess if it can actually drop "safely" by > scanning overlap with other SSTables. > Background @ : https://issues.apache.org/

Re: Automatic tombstone compaction

2013-08-21 Thread Yuki Morishita
erwise it would > not accept my command. > > Is that not right? > > > > Thanks, > > Tamas > > > > From: Haithem Jarraya [mailto:a-hjarr...@expedia.com] > Sent: 21. august 2013 16:24 > To: user@cassandra.apache.org > Subject: Re: Automatic tombstone co

Re: Automatic tombstone compaction

2013-08-21 Thread Haithem Jarraya
Sent: 21. august 2013 16:24 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: Automatic tombstone compaction Hi, do you mean LeveledCompactionStrategy? Also you will need to run nodetool upgradesstables [keyspace][cf_name] after changing the compaction stra

RE: Automatic tombstone compaction

2013-08-21 Thread tamas.foldesi
] Sent: 21. august 2013 16:24 To: user@cassandra.apache.org Subject: Re: Automatic tombstone compaction Hi, do you mean LeveledCompactionStrategy? Also you will need to run nodetool upgradesstables [keyspace][cf_name] after changing the compaction strategy. Thanks, Haithem Jarraya On 21 Aug 2013

Re: Automatic tombstone compaction

2013-08-21 Thread Haithem Jarraya
Hi, do you mean LeveledCompactionStrategy? Also you will need to run nodetool upgradesstables [keyspace][cf_name] after changing the compaction strategy. Thanks, Haithem Jarraya On 21 Aug 2013, at 15:15, tamas.fold...@thomsonreuters.com wrote: Hi, A