Re: dropping keyspace in cassandra

2011-03-03 Thread Sylvain Lebresne
p in this case) in milliseconds. -- Sylvain > > > ~sagar > > > > *From:* Sylvain Lebresne [mailto:sylv...@datastax.com] > *Sent:* Thursday, March 03, 2011 5:22 PM > > *To:* user@cassandra.apache.org > *Cc:* Sagar Kohli > > *Subject:* Re: dropping keyspace i

RE: dropping keyspace in cassandra

2011-03-03 Thread Sagar Kohli
<mailto:user@cassandra.apache.org> Subject: RE: dropping keyspace in cassandra Thanks aaron, I also restarted Cassandra instance , but data is still there.., is there any mechanism to claim storage?? if so can you please give some pointer on that. `sagar -Original Message- Fr

Re: dropping keyspace in cassandra

2011-03-03 Thread Sylvain Lebresne
. > It is something like soft delete.. > Pl correct me if m wrong > > Regards > sagar > > -Original Message- > From: Sagar Kohli [mailto:sagar.ko...@impetus.co.in] > Sent: Thursday, March 03, 2011 11:44 AM > To: user@cassandra.apache.org > Subject: RE: dropping key

RE: dropping keyspace in cassandra

2011-03-03 Thread Sagar Kohli
: RE: dropping keyspace in cassandra Thanks aaron, I also restarted Cassandra instance , but data is still there.., is there any mechanism to claim storage?? if so can you please give some pointer on that. `sagar -Original Message- From: Joshua Partogi [mailto:joshua.j...@gmail.com] Sent

RE: dropping keyspace in cassandra

2011-03-02 Thread Sagar Kohli
To: user@cassandra.apache.org Subject: Re: dropping keyspace in cassandra Hi Aaron, Does that mean the data will be deleted eventually? Does this also depends on the compaction configuration? Thanks. On Thu, Mar 3, 2011 at 7:23 AM, Aaron Morton wrote: > What exactly was the folder that was l

Re: dropping keyspace in cassandra

2011-03-02 Thread Joshua Partogi
Hi Aaron, Does that mean the data will be deleted eventually? Does this also depends on the compaction configuration? Thanks. On Thu, Mar 3, 2011 at 7:23 AM, Aaron Morton wrote: > What exactly was the folder that was left in place? Dropping a keyspace does > not physically delete the data immed

Re: dropping keyspace in cassandra

2011-03-02 Thread Aaron Morton
What exactly was the folder that was left in place? Dropping a keyspace does not physically delete the data immediately. Aaron On 3/03/2011, at 1:01 AM, Sagar Kohli wrote: > > > > > Hi , > > > > I am using Cassandra .70, I have dropped a sample keyspace using command > “drop keyspac

dropping keyspace in cassandra

2011-03-02 Thread Sagar Kohli
Hi , I am using Cassandra .70, I have dropped a sample keyspace using command "drop keyspace " Command executed successfully but when I checked key space folder still exists there, Is there any other process to delete data from file system or Cassandra does it automatically?? Thanks in advan