Forum Post: RE: Can we Restore Deleted Records based on filter condition

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
Filtering per record type is a feature already been implemented. Will be available in the coming release. But note that we do not intend to allow cascade delete or restore of huge number of records as it runs the risk of crashing MySQL (as it did for a customer who tried to do it for 100k+ objects within an hour). Keep in mind that when an object is deleted and moved to the recyclebin, the relationships and other connections are maintained. An actual delete involves removal of all these associations which is not a simple operation.

Continue reading...
 
Status
Not open for further replies.
Back
Top