A better deletion approach than soft delete
You might have heard about soft deletes in backend applications. We add a column in DB table indicating whether the record can be marked for deletion. We still have those records in DB, just that we may not consider them. Seems like a clean approach ...
rahulraj.io3 min read
Héctor Ramírez
Linux Senior Consultant
Addresses the premise raised in the title without delving into implementation issues that may be covered in future articles. Clear exposition and sober justification of the approach presented.