this post was submitted on 15 May 2024
513 points (97.4% liked)
Technology
59148 readers
2372 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's how a lot of people handle deleted data in database, it's literally just a flag. That's why there's a recommendation to edit Reddit posts before deleting them, to ensure they're actually overwritten so they can't just be restored.
Yes, that's certainly possible, but it's also out of my control. I have basically three options:
That's it. There's no guarantee it works, but it has a much higher chance of working than the other two.
And there's a good chance they delete old backups. Hosting every edit is expensive, so there's a decent chance they clean up old data after some months.
Funny how you think an edit doesn't write the old record to a comments_old table
Well, there's a non-zero chance they were too lazy to implement that.