How to recover the mistakenly deleted GridDB data?

Viewed 11

I defined the attribute values of PLC devices in GridDB, but when I wanted to delete a row of data, I forgot to use the where condition. Is there any way to recover the data? Can I find this in the log?

The statement I want to execute is as follows:
delete from PLCSiemens where id=2000086237123;
But I forgot to add the where condition, and it became the following statement:
delete from PLCSiemens;

Then, I lost all my data. I checked the latest log information, but I couldn't understand it, and I had no idea how to recover the data. plc output 1

plc output 2

Please help me. tks

0 Answers
Related