Re: Prevent create snapshot when truncate

2011-12-12 Thread Edward Capriolo
This is a tad annoying there are a few commands that snapshot for safety reasons. truncate, scrub, and maybe cleanup. You have to keep mental note to run nodetool clearsnapshot a few seconds after running these. On Mon, Dec 12, 2011 at 3:29 AM, ruslan usifov wrote: > Hello > > Every time when we

Prevent create snapshot when truncate

2011-12-12 Thread ruslan usifov
Hello Every time when we do truncate, cassandra automatically create snapshots. How can we prevent this?