RE: Reverse a delete operation

2014-02-25 Thread PARASHAR, BHASKARJYA JAY
Thanks! From: Jonathan Lacefield [mailto:jlacefi...@datastax.com] Sent: Tuesday, February 25, 2014 11:17 AM To: user@cassandra.apache.org Subject: Re: Reverse a delete operation A couple of options: 1) Do you have a snapshot? If so, you could recover form the snapshot? 2) Look in the

Re: Reverse a delete operation

2014-02-25 Thread Jonathan Lacefield
A couple of options: 1) Do you have a snapshot? If so, you could recover form the snapshot? 2) Look in the stable via SSTable2JSON and find the pre-deleted row state then reinsert it. There are probably other options as well. Jonathan Lacefield Solutions Architect, DataStax (404) 822 3487 <

Reverse a delete operation

2014-02-25 Thread PARASHAR, BHASKARJYA JAY
We deleted a row by mistake. Is there a way to somehow recover it? Thanks