"I'm noticing that using either TRUNCATE or DROP/CREATE in cqlsh appear to leave the underlying data behind."
--> What do you mean by "underlying data" ? Are you talking about "snapshots" ? If yes, you can wipe them using nodetool clearsnapshots command On Wed, Feb 26, 2014 at 4:14 PM, Ben Hood <0x6e6...@gmail.com> wrote: > Hi, > > I'm trying to truncate data on a single node 2.0.5 instance and I'm > noticing that using either TRUNCATE or DROP/CREATE in cqlsh appear to > leave the underlying data behind. > > So I was wondering what nodetool operation I should use to completely > nuke the old data, short of dropping the entire keyspace. > > Cheers, > > Ben >