Re: Truncate behaviour

2013-03-19 Thread VĂ­ctor Hugo Oliveira Molinar
Hum, my bad. Thank you! On Tue, Mar 19, 2013 at 11:55 PM, Wei Zhu wrote: > There is setting in the cassandra.yaml file which controls that. > > > # Whether or not a snapshot is taken of the data before keyspace truncation > # or dropping of column families. The STRONGLY advised default of true

Re: Truncate behaviour

2013-03-19 Thread Wei Zhu
There is setting in the cassandra.yaml file which controls that. # Whether or not a snapshot is taken of the data before keyspace truncation # or dropping of column families. The STRONGLY advised default of true # should be used to provide data safety. If you set this flag to false, you will # l