> > 2) Are there any other recommended procedures for this? 0) stop writes to columnfamily 1) TRUNCATE columnfamily; 2) nodetool clearsnapshot # on the snapshot that results 3) DROP columnfamily;
My two cents here is that this process is extremely difficult to automate, making testing that involves dropping column families very difficult. Robert