Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Eduardo Cusa
;Parth Setya" > *Date*:Thu, 9 Apr, 2015 at 7:31 pm > *Subject*:Re: [Cassandra 2.0] truncate table > > As per this thread > > > http://stackoverflow.com/questions/10520110/how-do-i-delete-all-data-in-a-cassandra-column-family > > What you can do to physically remove

Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Laing, Michael
Anuj Wadehra > > Sent from Yahoo Mail on Android > <https://overview.mail.yahoo.com/mobile/?.src=Android> > -- > *From*:"Parth Setya" > *Date*:Thu, 9 Apr, 2015 at 7:31 pm > *Subject*:Re: [Cassandra 2.0] truncate table > > As p

Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Anuj Wadehra
You can try doing it from cassandra cli. Set consistency level to All and then truncate. Anuj Wadehra Sent from Yahoo Mail on Android From:"Parth Setya" Date:Thu, 9 Apr, 2015 at 7:31 pm Subject:Re: [Cassandra 2.0] truncate table As per this thread http://stackoverflow.com

Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Parth Setya
As per this thread http://stackoverflow.com/questions/10520110/how-do-i-delete-all-data-in-a-cassandra-column-family What you can do to physically remove the files is to go to /var/lib/cassandra/data/keyspace_name and then manually delete the directory with the name of that column family. Do this

Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Laing, Michael
Nodetool clearsnapshot On Thursday, April 9, 2015, Eduardo Cusa wrote: > Hi Guys, I truncated a column family that has a size of 31 gb, and the > disk space was not released > > what else do i have to do? > > Regards > Eduardo > >

[Cassandra 2.0] truncate table

2015-04-09 Thread Eduardo Cusa
Hi Guys, I truncated a column family that has a size of 31 gb, and the disk space was not released what else do i have to do? Regards Eduardo