How do I drop a table and reclaim the space in Cassandra 2.0? - Stack Overflow
The truncate is to attempt to avoid DROP/RECREATE issues and zombie data coming back. In any case once you've dropped a keyspace it's best not to reuse that name. A fix for DROP/RECREATE is coming in 2.1.
Read full article from How do I drop a table and reclaim the space in Cassandra 2.0? - Stack Overflow
No comments:
Post a Comment