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 setya.pa...@gmail.com Date:Thu, 9 Apr, 2015 at 7:31 pm Subject:Re: [Cassandra 2.0] truncate table As per this thread http

Re: [Cassandra 2.0] truncate table

2015-04-09 Thread Eduardo Cusa
setya.pa...@gmail.com *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 the files is to go to /var/lib

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

[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

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 setya.pa...@gmail.com *Date*:Thu, 9 Apr, 2015 at 7:31 pm *Subject*:Re: [Cassandra 2.0] truncate table As per this thread http