Can I recover records deleted by table rotation?

bonsai
Mega Sage

Records were deleted due to table rotation.
Can they be restored?
The affected table is "em_event".

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @bonsai 

unfortunately, they cannot be recovered due to the nature of table rotation. With each rotation one table is dropped  (removed) completely on database side. This is a physical operation to get rid of large data amounts in the shortest time possible. 

Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @bonsai 

unfortunately, they cannot be recovered due to the nature of table rotation. With each rotation one table is dropped  (removed) completely on database side. This is a physical operation to get rid of large data amounts in the shortest time possible. 

Maik

lawrence121
Kilo Contributor

@bonsai wrote:

Records were deleted due to table rotation.
Can they be restored?
The affected table is "em_event".


Thank you for this solution.