Hacker News new | ask | show | jobs
by jquery 5385 days ago
It's often a performance, scalability, and safety decision as well. The optimal way for a web app to truly delete data is during an asynchronous garbage collection process. It's a lot easier to just mark the object as deleted.
1 comments

I don't think the poster was allowing for GC, either.