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
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
<
We deleted a row by mistake. Is there a way to somehow recover it?
Thanks